組み込み関数 - 物理演算
物理演算に関連した関数です。
hsPhysicsSetEnable()
bool hsPhysicsSetEnable(int itemIndex, string nodeName, bool flag)
対象のノードの物理演算が有効かどうかを取得する。
hsPhysicsIsFixed()
bool hsPhysicsIsFixed(int itemIndex, string nodeName)
物理演算において、対象のノードが固定しているかどうかを取得する。