Joint2D

class in UnityEngine

/

Inherits from:Behaviour

Switch to Manual

Description

Родительский класс суставов для подключения Rigidbody2D объектов.

См. также: класс AnchoredJoint2D.

Variables

attachedRigidbodyThe Rigidbody2D attached to the Joint2D.
breakForceСила, которую надо применить к соединению, чтобы сломать его.
breakTorqueКрутящий момент, необходимый для разрыва данного сустава.
connectedBodyОбъект Rigidbody2D, к которому подсоединен другой конец сустава (т.е. объект без компонента joint).
enableCollisionShould the two rigid bodies connected with this joint collide with each other?
reactionForceGets the reaction force of the joint.
reactionTorqueGets the reaction torque of the joint.

Public Functions

GetReactionForceGets the reaction force of the joint given the specified timeStep.
GetReactionTorqueGets the reaction torque of the joint given the specified timeStep.

Messages

OnJointBreak2DCalled when a Joint2D attached to the same game object breaks.

Inherited members

Variables

enabledВключенное Поведение обновляется, выключенное Поведение не обновляется.
isActiveAndEnabledHas the Behaviour had active and enabled called?
gameObjectИгровой объект к которому прикреплён данный компонент. Компонент всегда прикреплён к игровому объекту.
tagТег данного игрового объекта.
transformThe Transform attached to this GameObject.

Public Functions

BroadcastMessageВызывает метод названный methodName на каждом MonoBehaviour этого game object-а или любого из его потомков.
CompareTagПомечен ли данный игровой объект тегом tag?
GetComponentReturns the component of Type type if the GameObject has one attached, null if it doesn't. Will also return disabled components.
GetComponentInChildrenВозвращает компонент типа type в GameObject или некоторого его потомка через поиск в глубину.
GetComponentInParentВозвращает все компоненты типа type из GameObject'а или из любого его родителя.
GetComponentsВозвращает все компоненты типа type в GameObject.
GetComponentsInChildrenВозвращает все компоненты типа type в GameObject или любому из его потомков.
GetComponentsInParentВозвращает все компоненты типа type в GameObject или любому из его родителей.
SendMessageВызывает метод с названием methodName в каждом MonoBehaviour в этом игровом объекте.
SendMessageUpwardsВызывает метод с именем methodName в каждом MonoBehaviour в этом игровом объекте и в каждом предке поведения.
TryGetComponentGets the component of the specified type, if it exists.