FixedJoint2D

The FixedJoint2D module.

op_Equality

UnityEngineFixedJoint2D.__op_Equality__UnityEngineObject_UnityEngineObject__SystemBoolean(UnityEngine.Object UnityEngine.Object)

outputs: unnamed (Boolean)

flow: none

FixedJoint2D Equals

UnityEngineFixedJoint2D.__Equals__SystemObject__SystemBoolean(UnityEngine.FixedJoint2D instanceSystem.Object other)

outputs: unnamed (Boolean)

flow: none

C# Documentation

FixedJoint2D get_anchor

UnityEngineFixedJoint2D.__get_anchor__UnityEngineVector2(UnityEngine.FixedJoint2D instance)

outputs: unnamed (Vector2)

flow: none

Unity Documentation

FixedJoint2D get_attachedRigidbody

UnityEngineFixedJoint2D.__get_attachedRigidbody__UnityEngineRigidbody2D(UnityEngine.FixedJoint2D instance)

outputs: unnamed (Rigidbody2D)

flow: none

Unity Documentation

FixedJoint2D get_autoConfigureConnectedAnchor

UnityEngineFixedJoint2D.__get_autoConfigureConnectedAnchor__SystemBoolean(UnityEngine.FixedJoint2D instance)

outputs: unnamed (Boolean)

flow: none

Unity Documentation

FixedJoint2D get_breakForce

UnityEngineFixedJoint2D.__get_breakForce__SystemSingle(UnityEngine.FixedJoint2D instance)

outputs: unnamed (Single)

flow: none

Unity Documentation

FixedJoint2D get_breakTorque

UnityEngineFixedJoint2D.__get_breakTorque__SystemSingle(UnityEngine.FixedJoint2D instance)

outputs: unnamed (Single)

flow: none

Unity Documentation

FixedJoint2D get_connectedAnchor

UnityEngineFixedJoint2D.__get_connectedAnchor__UnityEngineVector2(UnityEngine.FixedJoint2D instance)

outputs: unnamed (Vector2)

flow: none

Unity Documentation

FixedJoint2D get_connectedBody

UnityEngineFixedJoint2D.__get_connectedBody__UnityEngineRigidbody2D(UnityEngine.FixedJoint2D instance)

outputs: unnamed (Rigidbody2D)

flow: none

Unity Documentation

FixedJoint2D get_dampingRatio

UnityEngineFixedJoint2D.__get_dampingRatio__SystemSingle(UnityEngine.FixedJoint2D instance)

outputs: unnamed (Single)

flow: none

Unity Documentation

FixedJoint2D get_enableCollision

UnityEngineFixedJoint2D.__get_enableCollision__SystemBoolean(UnityEngine.FixedJoint2D instance)

outputs: unnamed (Boolean)

flow: none

Unity Documentation

FixedJoint2D get_enabled

UnityEngineFixedJoint2D.__get_enabled__SystemBoolean(UnityEngine.FixedJoint2D instance)

outputs: unnamed (Boolean)

flow: none

Unity Documentation

FixedJoint2D get_frequency

UnityEngineFixedJoint2D.__get_frequency__SystemSingle(UnityEngine.FixedJoint2D instance)

outputs: unnamed (Single)

flow: none

Unity Documentation

FixedJoint2D get_gameObject

UnityEngineFixedJoint2D.__get_gameObject__UnityEngineGameObject(UnityEngine.FixedJoint2D instance)

outputs: unnamed (GameObject)

flow: none

Unity Documentation

FixedJoint2D get_name

UnityEngineFixedJoint2D.__get_name__SystemString(UnityEngine.FixedJoint2D instance)

outputs: unnamed (String)

flow: none

Unity Documentation

FixedJoint2D get_reactionForce

UnityEngineFixedJoint2D.__get_reactionForce__UnityEngineVector2(UnityEngine.FixedJoint2D instance)

outputs: unnamed (Vector2)

flow: none

Unity Documentation

FixedJoint2D get_reactionTorque

UnityEngineFixedJoint2D.__get_reactionTorque__SystemSingle(UnityEngine.FixedJoint2D instance)

outputs: unnamed (Single)

flow: none

Unity Documentation

FixedJoint2D get_referenceAngle

UnityEngineFixedJoint2D.__get_referenceAngle__SystemSingle(UnityEngine.FixedJoint2D instance)

outputs: unnamed (Single)

flow: none

Unity Documentation

FixedJoint2D get_transform

UnityEngineFixedJoint2D.__get_transform__UnityEngineTransform(UnityEngine.FixedJoint2D instance)

outputs: unnamed (Transform)

flow: none

Unity Documentation

FixedJoint2D GetComponent

UnityEngineFixedJoint2D.__GetComponent__SystemType__UnityEngineComponent(UnityEngine.FixedJoint2D instanceSystem.Type type)

outputs: unnamed (Component)

flow: none

Unity Documentation

FixedJoint2D GetComponentInChildren

UnityEngineFixedJoint2D.__GetComponentInChildren__SystemBoolean__T(UnityEngine.FixedJoint2D instanceSystem.Boolean includeInactiveSystem.Type type)

outputs: T (Object)

flow: none

Unity Documentation

FixedJoint2D GetComponentInParent

UnityEngineFixedJoint2D.__GetComponentInParent__SystemType__UnityEngineComponent(UnityEngine.FixedJoint2D instanceSystem.Type t)

outputs: unnamed (Component)

flow: none

Unity Documentation

FixedJoint2D GetComponents

UnityEngineFixedJoint2D.__GetComponents__ListT__SystemVoid(UnityEngine.FixedJoint2D instanceSystem.Collections.Generic.List`1[UnityEngine.Object] results)

outputs: none

flow inputs: unnamed

flow outputs: unnamed

Unity Documentation

FixedJoint2D GetComponentsInChildren

UnityEngineFixedJoint2D.__GetComponentsInChildren__SystemBoolean_ListT__SystemVoid(UnityEngine.FixedJoint2D instanceSystem.Boolean includeInactiveSystem.Collections.Generic.List`1[UnityEngine.Object] result)

outputs: none

flow inputs: unnamed

flow outputs: unnamed

Unity Documentation

FixedJoint2D GetComponentsInParent

UnityEngineFixedJoint2D.__GetComponentsInParent__SystemBoolean_ListT__SystemVoid(UnityEngine.FixedJoint2D instanceSystem.Boolean includeInactiveSystem.Collections.Generic.List`1[UnityEngine.Object] results)

outputs: none

flow inputs: unnamed

flow outputs: unnamed

Unity Documentation

FixedJoint2D GetHashCode

UnityEngineFixedJoint2D.__GetHashCode__SystemInt32(UnityEngine.FixedJoint2D instance)

outputs: unnamed (Int32)

flow: none

Unity Documentation

FixedJoint2D GetInstanceID

UnityEngineFixedJoint2D.__GetInstanceID__SystemInt32(UnityEngine.FixedJoint2D instance)

outputs: unnamed (Int32)

flow: none

Unity Documentation

FixedJoint2D GetReactionForce

UnityEngineFixedJoint2D.__GetReactionForce__SystemSingle__UnityEngineVector2(UnityEngine.FixedJoint2D instanceSystem.Single timeStep)

outputs: unnamed (Vector2)

flow: none

Unity Documentation

FixedJoint2D GetReactionTorque

UnityEngineFixedJoint2D.__GetReactionTorque__SystemSingle__SystemSingle(UnityEngine.FixedJoint2D instanceSystem.Single timeStep)

outputs: unnamed (Single)

flow: none

Unity Documentation

FixedJoint2D GetType

UnityEngineFixedJoint2D.__GetType__SystemType(UnityEngine.FixedJoint2D instance)

outputs: unnamed (Type)

flow: none

Unity Documentation

op_Implicit

UnityEngineFixedJoint2D.__op_Implicit__UnityEngineObject__SystemBoolean(UnityEngine.Object)

outputs: unnamed (Boolean)

flow: none

op_Inequality

UnityEngineFixedJoint2D.__op_Inequality__UnityEngineObject_UnityEngineObject__SystemBoolean(UnityEngine.Object UnityEngine.Object)

outputs: unnamed (Boolean)

flow: none

FixedJoint2D set_anchor

UnityEngineFixedJoint2D.__set_anchor__UnityEngineVector2__SystemVoid(UnityEngine.FixedJoint2D instanceUnityEngine.Vector2 value)

outputs: none

flow inputs: unnamed

flow outputs: unnamed

Unity Documentation

FixedJoint2D set_autoConfigureConnectedAnchor

UnityEngineFixedJoint2D.__set_autoConfigureConnectedAnchor__SystemBoolean__SystemVoid(UnityEngine.FixedJoint2D instanceSystem.Boolean value)

outputs: none

flow inputs: unnamed

flow outputs: unnamed

Unity Documentation

FixedJoint2D set_breakForce

UnityEngineFixedJoint2D.__set_breakForce__SystemSingle__SystemVoid(UnityEngine.FixedJoint2D instanceSystem.Single value)

outputs: none

flow inputs: unnamed

flow outputs: unnamed

Unity Documentation

FixedJoint2D set_breakTorque

UnityEngineFixedJoint2D.__set_breakTorque__SystemSingle__SystemVoid(UnityEngine.FixedJoint2D instanceSystem.Single value)

outputs: none

flow inputs: unnamed

flow outputs: unnamed

Unity Documentation

FixedJoint2D set_connectedAnchor

UnityEngineFixedJoint2D.__set_connectedAnchor__UnityEngineVector2__SystemVoid(UnityEngine.FixedJoint2D instanceUnityEngine.Vector2 value)

outputs: none

flow inputs: unnamed

flow outputs: unnamed

Unity Documentation

FixedJoint2D set_connectedBody

UnityEngineFixedJoint2D.__set_connectedBody__UnityEngineRigidbody2D__SystemVoid(UnityEngine.FixedJoint2D instanceUnityEngine.Rigidbody2D value)

outputs: none

flow inputs: unnamed

flow outputs: unnamed

Unity Documentation

FixedJoint2D set_dampingRatio

UnityEngineFixedJoint2D.__set_dampingRatio__SystemSingle__SystemVoid(UnityEngine.FixedJoint2D instanceSystem.Single value)

outputs: none

flow inputs: unnamed

flow outputs: unnamed

Unity Documentation

FixedJoint2D set_enableCollision

UnityEngineFixedJoint2D.__set_enableCollision__SystemBoolean__SystemVoid(UnityEngine.FixedJoint2D instanceSystem.Boolean value)

outputs: none

flow inputs: unnamed

flow outputs: unnamed

Unity Documentation

FixedJoint2D set_enabled

UnityEngineFixedJoint2D.__set_enabled__SystemBoolean__SystemVoid(UnityEngine.FixedJoint2D instanceSystem.Boolean value)

outputs: none

flow inputs: unnamed

flow outputs: unnamed

Unity Documentation

FixedJoint2D set_frequency

UnityEngineFixedJoint2D.__set_frequency__SystemSingle__SystemVoid(UnityEngine.FixedJoint2D instanceSystem.Single value)

outputs: none

flow inputs: unnamed

flow outputs: unnamed

Unity Documentation

FixedJoint2D set_name

UnityEngineFixedJoint2D.__set_name__SystemString__SystemVoid(UnityEngine.FixedJoint2D instanceSystem.String value)

outputs: none

flow inputs: unnamed

flow outputs: unnamed

Unity Documentation

FixedJoint2D ToString

UnityEngineFixedJoint2D.__ToString__SystemString(UnityEngine.FixedJoint2D instance)

outputs: unnamed (String)

flow: none

Unity Documentation

FixedJoint2D

Variable_UnityEngineFixedJoint2D(UnityEngine.FixedJoint2D FixedJoint2DSystem.String nameSystem.Boolean publicSystem.Boolean syncedSystem.String syncMode)

outputs: none

flow: none

Unity Documentation