LlApplyRotationalImpulse/ja

From Second Life Wiki
< LlApplyRotationalImpulse
Revision as of 12:19, 6 August 2021 by Noriaji Resident (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

要約

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

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

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

警告

  • オブジェクトは物理属性にしてください。
  • アタッチメントには対応していません。
All Issues ~ Search JIRA for related Bugs

サンプル

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

関連項目

特記事項

Search JIRA for related Issues

Signature

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