A body that forms part of a Physics articulation.
An articulation is a set of bodies arranged in a logical tree. The parent-child link in this tree reflects that the bodies have their relative motion constrained. Articulations are solved by a Featherstone solver that works in reduced coordinates - that is each body has relative coordinates to its parent but only along the unlocked degrees of freedom. This guarantees there is no unwanted stretch.
Like with regular Joints, there are two anchors for each pair of connected articulation bodies. One anchor is defined in the parent body's reference frame, whereas the other one is defined in the child's reference frame. Changing the constraints, you directly affect the allowed space for relative positions of the two anchors. For instance, ArticulationDofLock.LockedMotion will not allow any relative motion at all.
anchorPosition | Position of the anchor relative to this body. |
anchorRotation | Position of the anchor relative to this body. |
angularDamping | Damping factor that affects how this body resists rotations. |
angularVelocity | The angular velocity of the body defined in world space. |
centerOfMass | The center of mass of the body defined in local space. |
dofCount | The amount of degrees of freedom of a body. |
immovable | Allows you to specify that this body is not movable. |
inertiaTensor | The inertia tensor of this body. |
inertiaTensorRotation | 慣性テンソルの回転角度 |
isRoot | Indicates whether this body is the root body of the articulation (Read Only). |
jointAcceleration | The joint acceleration in reduced coordinates. |
jointForce | The joint force in reduced coordinates. |
jointFriction | Allows you to specify the amount of friction that is applied as a result of connected bodies moving relative to this body. |
jointPosition | The joint position in reduced coordinates. |
jointType | The type of joint connecting this body to its parent body. |
jointVelocity | The joint velocity in reduced coordinates. |
linearDamping | Damping factor that affects how this body resists linear motion. |
linearLockX | The type of lock along X axis of movement. |
linearLockY | The type of lock along Y axis of movement. |
linearLockZ | The type of lock along Z axis of movement. |
mass | The mass of this articulation body. |
maxAngularVelocity | The maximimum angular velocity of the articulation body measured in radians per second. |
maxDepenetrationVelocity | The maximum velocity of an articulation body when moving out of penetrating state. |
parentAnchorPosition | Position of the anchor relative to this body's parent. |
parentAnchorRotation | Position of the anchor relative to this body's parent. |
sleepThreshold | オブジェクトがスリープ状態に入る、質量で正規化された運動エネルギーのしきい値。 |
solverIterations | The solverIterations determines how accurately articulation body joints and collision contacts are resolved. |
solverVelocityIterations | The solverVelocityIterations affects how accurately articulation body joints and collision contacts are resolved during bounce. |
swingYLock | The magnitude of the conical swing angle relative to Y axis. |
swingZLock | The magnitude of the conical swing angle relative to Z axis. |
twistLock | The type of lock for twist movement. |
useGravity | Controls whether gravity affects this articulation body. |
velocity | Linear velocity of the body defined in world space. |
worldCenterOfMass | The center of mass of the body defined in world space (Read Only). |
xDrive | The properties of drive along or around X. |
yDrive | The properties of drive along or around Y. |
zDrive | The properties of drive along or around Z. |
AddForce | Add force to the articulation body. |
AddForceAtPosition | Applies a force at a specific position, resulting in applying a torque and force on the object. |
AddRelativeForce | Applies a force to the articulation body, relative to its local coordinate system. |
AddRelativeTorque | Applies a torque to the articulation body, relative to its local coordinate system. |
AddTorque | Add torque to the articulation body. |
GetClosestPoint | Return the point on the articulation body that is closest to a given one. |
GetPointVelocity | Gets the velocity of the articulation body at the specified worldPoint in global space. |
GetRelativePointVelocity | The velocity relative to the articulation body at the point relativePoint. |
IsSleeping | Indicates whether the articulation body is sleeping. |
ResetCenterOfMass | Resets the center of mass of the articulation body. |
ResetInertiaTensor | Resets the inertia tensor value and rotation. |
Sleep | Forces an articulation body to sleep. |
TeleportRoot | Teleport the root body of the articulation to a new pose. |
WakeUp | Forces an articulation body to wake up. |
enabled | 有効であれば更新され、無効であれば更新されません。 |
isActiveAndEnabled | Has the Behaviour had active and enabled called? |
gameObject | このコンポーネントはゲームオブジェクトにアタッチされます。コンポーネントはいつもゲームオブジェクトにアタッチされています。 |
tag | ゲームオブジェクトのタグ |
transform | The Transform attached to this GameObject. |
hideFlags | Should the object be hidden, saved with the Scene or modifiable by the user? |
name | オブジェクト名 |
BroadcastMessage | ゲームオブジェクトまたは子オブジェクトにあるすべての MonoBehaviour を継承したクラスにある methodName 名のメソッドを呼び出します。 |
CompareTag | このゲームオブジェクトは tag とタグ付けされているかどうか |
GetComponent | Returns the component of Type type if the GameObject has one attached, null if it doesn't. Will also return disabled components. |
GetComponentInChildren | GameObject や深さ優先探索を活用して、親子関係にある子オブジェクトから type のタイプのコンポーネントを取得します。 |
GetComponentInParent | GameObject や深さ優先探索を活用して、親子関係にある親オブジェクトから type のタイプのコンポーネントを取得します。 |
GetComponents | GameObject から type のタイプのコンポーネントを「すべて」取得します。 |
GetComponentsInChildren | Returns all components of Type type in the GameObject or any of its children. Works recursively. |
GetComponentsInParent | GameObject や深さ優先探索を活用して、親子関係にある親オブジェクトから type のタイプのコンポーネントを「すべて」取得します。 |
SendMessage | ゲームオブジェクトにアタッチされているすべての MonoBehaviour にある methodName と名付けたメソッドを呼び出します |
SendMessageUpwards | ゲームオブジェクトと親(の親、さらに親 ... )にアタッチされているすべての MonoBehaviour にある methodName と名付けたメソッドを呼び出します |
TryGetComponent | Gets the component of the specified type, if it exists. |
GetInstanceID | オブジェクトのインスタンス ID を返します |
ToString | Returns the name of the object. |
Destroy | Removes a GameObject, component or asset. |
DestroyImmediate | Destroys the object obj immediately. You are strongly recommended to use Destroy instead. |
DontDestroyOnLoad | Do not destroy the target Object when loading a new Scene. |
FindObjectOfType | タイプ type から最初に見つけたアクティブのオブジェクトを返します |
FindObjectsOfType | Gets a list of all loaded objects of Type type. |
Instantiate | original のオブジェクトをクローンします |
bool | オブジェクトが存在するかどうか |
operator != | 二つのオブジェクトが異なるオブジェクトを参照しているか比較します |
operator == | 2つのオブジェクト参照が同じオブジェクトを参照しているか比較します。 |