WheelJoint2D¶
The WheelJoint2D module.
WheelJoint2D¶
-
Variable_UnityEngineWheelJoint2D(UnityEngine.WheelJoint2D WheelJoint2DSystem.String nameSystem.Boolean publicSystem.Boolean syncedSystem.String syncMode)¶
outputs: none
flow: none
op_Equality¶
-
UnityEngineWheelJoint2D.__op_Equality__UnityEngineObject_UnityEngineObject__SystemBoolean(UnityEngine.Object UnityEngine.Object)¶
outputs: unnamed (Boolean)
flow: none
WheelJoint2D Equals¶
-
UnityEngineWheelJoint2D.__Equals__SystemObject__SystemBoolean(UnityEngine.WheelJoint2D instanceSystem.Object other)¶
outputs: unnamed (Boolean)
flow: none
WheelJoint2D get_anchor¶
-
UnityEngineWheelJoint2D.__get_anchor__UnityEngineVector2(UnityEngine.WheelJoint2D instance)¶
outputs: unnamed (Vector2)
flow: none
WheelJoint2D get_attachedRigidbody¶
-
UnityEngineWheelJoint2D.__get_attachedRigidbody__UnityEngineRigidbody2D(UnityEngine.WheelJoint2D instance)¶
outputs: unnamed (Rigidbody2D)
flow: none
WheelJoint2D get_autoConfigureConnectedAnchor¶
-
UnityEngineWheelJoint2D.__get_autoConfigureConnectedAnchor__SystemBoolean(UnityEngine.WheelJoint2D instance)¶
outputs: unnamed (Boolean)
flow: none
WheelJoint2D get_breakForce¶
-
UnityEngineWheelJoint2D.__get_breakForce__SystemSingle(UnityEngine.WheelJoint2D instance)¶
outputs: unnamed (Single)
flow: none
WheelJoint2D get_breakTorque¶
-
UnityEngineWheelJoint2D.__get_breakTorque__SystemSingle(UnityEngine.WheelJoint2D instance)¶
outputs: unnamed (Single)
flow: none
WheelJoint2D get_connectedAnchor¶
-
UnityEngineWheelJoint2D.__get_connectedAnchor__UnityEngineVector2(UnityEngine.WheelJoint2D instance)¶
outputs: unnamed (Vector2)
flow: none
WheelJoint2D get_connectedBody¶
-
UnityEngineWheelJoint2D.__get_connectedBody__UnityEngineRigidbody2D(UnityEngine.WheelJoint2D instance)¶
outputs: unnamed (Rigidbody2D)
flow: none
WheelJoint2D get_enableCollision¶
-
UnityEngineWheelJoint2D.__get_enableCollision__SystemBoolean(UnityEngine.WheelJoint2D instance)¶
outputs: unnamed (Boolean)
flow: none
WheelJoint2D get_enabled¶
-
UnityEngineWheelJoint2D.__get_enabled__SystemBoolean(UnityEngine.WheelJoint2D instance)¶
outputs: unnamed (Boolean)
flow: none
WheelJoint2D get_gameObject¶
-
UnityEngineWheelJoint2D.__get_gameObject__UnityEngineGameObject(UnityEngine.WheelJoint2D instance)¶
outputs: unnamed (GameObject)
flow: none
WheelJoint2D get_jointAngle¶
-
UnityEngineWheelJoint2D.__get_jointAngle__SystemSingle(UnityEngine.WheelJoint2D instance)¶
outputs: unnamed (Single)
flow: none
WheelJoint2D get_jointLinearSpeed¶
-
UnityEngineWheelJoint2D.__get_jointLinearSpeed__SystemSingle(UnityEngine.WheelJoint2D instance)¶
outputs: unnamed (Single)
flow: none
WheelJoint2D get_jointSpeed¶
-
UnityEngineWheelJoint2D.__get_jointSpeed__SystemSingle(UnityEngine.WheelJoint2D instance)¶
outputs: unnamed (Single)
flow: none
WheelJoint2D get_jointTranslation¶
-
UnityEngineWheelJoint2D.__get_jointTranslation__SystemSingle(UnityEngine.WheelJoint2D instance)¶
outputs: unnamed (Single)
flow: none
WheelJoint2D get_motor¶
-
UnityEngineWheelJoint2D.__get_motor__UnityEngineJointMotor2D(UnityEngine.WheelJoint2D instance)¶
outputs: unnamed (JointMotor2D)
flow: none
WheelJoint2D get_name¶
-
UnityEngineWheelJoint2D.__get_name__SystemString(UnityEngine.WheelJoint2D instance)¶
outputs: unnamed (String)
flow: none
WheelJoint2D get_reactionForce¶
-
UnityEngineWheelJoint2D.__get_reactionForce__UnityEngineVector2(UnityEngine.WheelJoint2D instance)¶
outputs: unnamed (Vector2)
flow: none
WheelJoint2D get_reactionTorque¶
-
UnityEngineWheelJoint2D.__get_reactionTorque__SystemSingle(UnityEngine.WheelJoint2D instance)¶
outputs: unnamed (Single)
flow: none
WheelJoint2D get_suspension¶
-
UnityEngineWheelJoint2D.__get_suspension__UnityEngineJointSuspension2D(UnityEngine.WheelJoint2D instance)¶
outputs: unnamed (JointSuspension2D)
flow: none
WheelJoint2D get_transform¶
-
UnityEngineWheelJoint2D.__get_transform__UnityEngineTransform(UnityEngine.WheelJoint2D instance)¶
outputs: unnamed (Transform)
flow: none
WheelJoint2D get_useMotor¶
-
UnityEngineWheelJoint2D.__get_useMotor__SystemBoolean(UnityEngine.WheelJoint2D instance)¶
outputs: unnamed (Boolean)
flow: none
WheelJoint2D GetComponent¶
-
UnityEngineWheelJoint2D.__GetComponent__SystemType__UnityEngineComponent(UnityEngine.WheelJoint2D instanceSystem.Type type)¶
outputs: unnamed (Component)
flow: none
WheelJoint2D GetComponentInChildren¶
-
UnityEngineWheelJoint2D.__GetComponentInChildren__SystemBoolean__T(UnityEngine.WheelJoint2D instanceSystem.Boolean includeInactiveSystem.Type type)¶
outputs: T (Object)
flow: none
WheelJoint2D GetComponentInParent¶
-
UnityEngineWheelJoint2D.__GetComponentInParent__SystemType__UnityEngineComponent(UnityEngine.WheelJoint2D instanceSystem.Type t)¶
outputs: unnamed (Component)
flow: none
WheelJoint2D GetComponents¶
-
UnityEngineWheelJoint2D.__GetComponents__ListT__SystemVoid(UnityEngine.WheelJoint2D instanceSystem.Collections.Generic.List`1[UnityEngine.Object] results)¶
outputs: none
flow inputs: unnamed
flow outputs: unnamed
WheelJoint2D GetComponentsInChildren¶
-
UnityEngineWheelJoint2D.__GetComponentsInChildren__SystemBoolean_ListT__SystemVoid(UnityEngine.WheelJoint2D instanceSystem.Boolean includeInactiveSystem.Collections.Generic.List`1[UnityEngine.Object] result)¶
outputs: none
flow inputs: unnamed
flow outputs: unnamed
WheelJoint2D GetComponentsInParent¶
-
UnityEngineWheelJoint2D.__GetComponentsInParent__SystemBoolean_ListT__SystemVoid(UnityEngine.WheelJoint2D instanceSystem.Boolean includeInactiveSystem.Collections.Generic.List`1[UnityEngine.Object] results)¶
outputs: none
flow inputs: unnamed
flow outputs: unnamed
WheelJoint2D GetHashCode¶
-
UnityEngineWheelJoint2D.__GetHashCode__SystemInt32(UnityEngine.WheelJoint2D instance)¶
outputs: unnamed (Int32)
flow: none
WheelJoint2D GetInstanceID¶
-
UnityEngineWheelJoint2D.__GetInstanceID__SystemInt32(UnityEngine.WheelJoint2D instance)¶
outputs: unnamed (Int32)
flow: none
WheelJoint2D GetMotorTorque¶
-
UnityEngineWheelJoint2D.__GetMotorTorque__SystemSingle__SystemSingle(UnityEngine.WheelJoint2D instanceSystem.Single timeStep)¶
outputs: unnamed (Single)
flow: none
WheelJoint2D GetReactionForce¶
-
UnityEngineWheelJoint2D.__GetReactionForce__SystemSingle__UnityEngineVector2(UnityEngine.WheelJoint2D instanceSystem.Single timeStep)¶
outputs: unnamed (Vector2)
flow: none
WheelJoint2D GetReactionTorque¶
-
UnityEngineWheelJoint2D.__GetReactionTorque__SystemSingle__SystemSingle(UnityEngine.WheelJoint2D instanceSystem.Single timeStep)¶
outputs: unnamed (Single)
flow: none
WheelJoint2D GetType¶
-
UnityEngineWheelJoint2D.__GetType__SystemType(UnityEngine.WheelJoint2D instance)¶
outputs: unnamed (Type)
flow: none
op_Implicit¶
-
UnityEngineWheelJoint2D.__op_Implicit__UnityEngineObject__SystemBoolean(UnityEngine.Object)¶
outputs: unnamed (Boolean)
flow: none
op_Inequality¶
-
UnityEngineWheelJoint2D.__op_Inequality__UnityEngineObject_UnityEngineObject__SystemBoolean(UnityEngine.Object UnityEngine.Object)¶
outputs: unnamed (Boolean)
flow: none
WheelJoint2D set_anchor¶
-
UnityEngineWheelJoint2D.__set_anchor__UnityEngineVector2__SystemVoid(UnityEngine.WheelJoint2D instanceUnityEngine.Vector2 value)¶
outputs: none
flow inputs: unnamed
flow outputs: unnamed
WheelJoint2D set_autoConfigureConnectedAnchor¶
-
UnityEngineWheelJoint2D.__set_autoConfigureConnectedAnchor__SystemBoolean__SystemVoid(UnityEngine.WheelJoint2D instanceSystem.Boolean value)¶
outputs: none
flow inputs: unnamed
flow outputs: unnamed
WheelJoint2D set_breakForce¶
-
UnityEngineWheelJoint2D.__set_breakForce__SystemSingle__SystemVoid(UnityEngine.WheelJoint2D instanceSystem.Single value)¶
outputs: none
flow inputs: unnamed
flow outputs: unnamed
WheelJoint2D set_breakTorque¶
-
UnityEngineWheelJoint2D.__set_breakTorque__SystemSingle__SystemVoid(UnityEngine.WheelJoint2D instanceSystem.Single value)¶
outputs: none
flow inputs: unnamed
flow outputs: unnamed
WheelJoint2D set_connectedAnchor¶
-
UnityEngineWheelJoint2D.__set_connectedAnchor__UnityEngineVector2__SystemVoid(UnityEngine.WheelJoint2D instanceUnityEngine.Vector2 value)¶
outputs: none
flow inputs: unnamed
flow outputs: unnamed
WheelJoint2D set_connectedBody¶
-
UnityEngineWheelJoint2D.__set_connectedBody__UnityEngineRigidbody2D__SystemVoid(UnityEngine.WheelJoint2D instanceUnityEngine.Rigidbody2D value)¶
outputs: none
flow inputs: unnamed
flow outputs: unnamed
WheelJoint2D set_enableCollision¶
-
UnityEngineWheelJoint2D.__set_enableCollision__SystemBoolean__SystemVoid(UnityEngine.WheelJoint2D instanceSystem.Boolean value)¶
outputs: none
flow inputs: unnamed
flow outputs: unnamed
WheelJoint2D set_enabled¶
-
UnityEngineWheelJoint2D.__set_enabled__SystemBoolean__SystemVoid(UnityEngine.WheelJoint2D instanceSystem.Boolean value)¶
outputs: none
flow inputs: unnamed
flow outputs: unnamed
WheelJoint2D set_motor¶
-
UnityEngineWheelJoint2D.__set_motor__UnityEngineJointMotor2D__SystemVoid(UnityEngine.WheelJoint2D instanceUnityEngine.JointMotor2D value)¶
outputs: none
flow inputs: unnamed
flow outputs: unnamed
WheelJoint2D set_name¶
-
UnityEngineWheelJoint2D.__set_name__SystemString__SystemVoid(UnityEngine.WheelJoint2D instanceSystem.String value)¶
outputs: none
flow inputs: unnamed
flow outputs: unnamed
WheelJoint2D set_suspension¶
-
UnityEngineWheelJoint2D.__set_suspension__UnityEngineJointSuspension2D__SystemVoid(UnityEngine.WheelJoint2D instanceUnityEngine.JointSuspension2D value)¶
outputs: none
flow inputs: unnamed
flow outputs: unnamed
WheelJoint2D set_useMotor¶
-
UnityEngineWheelJoint2D.__set_useMotor__SystemBoolean__SystemVoid(UnityEngine.WheelJoint2D instanceSystem.Boolean value)¶
outputs: none
flow inputs: unnamed
flow outputs: unnamed