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

