Difference between revisions of "LlApplyRotationalImpulse/ja"

From Second Life Wiki
Jump to navigation Jump to search
m
(サンプル追加)
Line 10: Line 10:
|caveats=オブジェクトは物理属性にしてください。
|caveats=オブジェクトは物理属性にしてください。
|constants
|constants
|examples
|examples=<lsl>
default
{
    state_entry()
    {
        llApplyRotationalImpulse(<0,5,0>,TRUE); //Rotates object.
    }
}
</lsl>
|helpers
|helpers
|also_functions=*{{LSLG/ja|llApplyImpulse}}
|also_functions=*{{LSLG/ja|llApplyImpulse}}

Revision as of 17:06, 22 February 2013

要約

関数: llApplyRotationalImpulse( vector force, integer local );

オブジェクトに回転の衝撃を加えます。

• vector force
• integer local 真偽値がTRUEの場合はローカル角度を使用し、TRUEの場合はリージョン角度を使用します。

警告

オブジェクトは物理属性にしてください。

All Issues ~ Search JIRA for related Bugs

サンプル

<lsl> default {

   state_entry()
   {
       llApplyRotationalImpulse(<0,5,0>,TRUE); //Rotates object.
   }

}

</lsl>

関連項目

特記事項

Search JIRA for related Issues

Signature

function void llApplyRotationalImpulse( vector force, integer local );
この翻訳は 原文 と比べて古いですか?間違いがありますか?読みにくいですか?みんなで 修正 していきましょう! (手順はこちら)
この項目はあなたにとって参考にならない項目ですか?もしかしたらLSL Wikiの関連した項目が参考になるかもしれません。