LlApplyRotationalImpulse/ja

From Second Life Wiki
< LlApplyRotationalImpulse
Revision as of 17:06, 22 February 2013 by Naoya Bellic (talk | contribs) (サンプル追加)
Jump to navigation Jump to search

要約

関数: 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の関連した項目が参考になるかもしれません。