LlGetTextureRot/ja
From Second Life Wiki
メインページ > LlGetTextureRot > LlGetTextureRot/ja
例
//Tells the owner the texture rotation on all sides default { state_entry() { integer i = 0; integer max = llGetNumberOfSides(); while(i < max) { llSay(0,"Face "+(string)i+" texture rotation is " + (string)llGetTextureRot(i)); ++i; } } }
この項目はあなたにとって参考にならない項目ですか?もしかしたらLSL Wikiの関連した項目が参考になるかもしれません。

