Falco Engine 3.9.0.1 (beta)
FalcoEngine.ConeTwistJoint Class Reference
Inheritance diagram for FalcoEngine.ConeTwistJoint:
FalcoEngine.Component

Public Member Functions

void AutoConfigureAnchors ()
 Auto configure connected anchor point depending on an anchor of this object More...
 
void Rebuild ()
 Rebuild this joint More...
 

Properties

Vector3 anchor [getset]
 Get or set an anchor point relative to this object More...
 
Vector3 connectedAnchor [getset]
 Get or set an anchor point relative to connected object More...
 
Vector3 limits [getset]
 Get or set the angle limits of this joint More...
 
bool linkedBodiesCollision [getset]
 Get or set the linked bodies collision flag More...
 
Rigidbody connectedObject [getset]
 Get or set the object to connect with More...
 
- Properties inherited from FalcoEngine.Component
bool enabled [getset]
 Enable or disable this component More...
 
GameObject gameObject [get]
 Get game object at which this component is attached More...
 
bool isUiComponent [get]
 Returns if this component is derived from UIElement (or this is a canvas) or not More...
 

Additional Inherited Members

- Protected Member Functions inherited from FalcoEngine.Component
 Component ()
 

Detailed Description

Definition at line 5 of file ConeTwistJoint.cs.

Member Function Documentation

◆ AutoConfigureAnchors()

void FalcoEngine.ConeTwistJoint.AutoConfigureAnchors ( )

Auto configure connected anchor point depending on an anchor of this object

◆ Rebuild()

void FalcoEngine.ConeTwistJoint.Rebuild ( )

Rebuild this joint

Property Documentation

◆ anchor

Vector3 FalcoEngine.ConeTwistJoint.anchor
getset

Get or set an anchor point relative to this object

Definition at line 12 of file ConeTwistJoint.cs.

◆ connectedAnchor

Vector3 FalcoEngine.ConeTwistJoint.connectedAnchor
getset

Get or set an anchor point relative to connected object

Definition at line 28 of file ConeTwistJoint.cs.

◆ connectedObject

Rigidbody FalcoEngine.ConeTwistJoint.connectedObject
getset

Get or set the object to connect with

Definition at line 65 of file ConeTwistJoint.cs.

◆ limits

Vector3 FalcoEngine.ConeTwistJoint.limits
getset

Get or set the angle limits of this joint

Definition at line 44 of file ConeTwistJoint.cs.

◆ linkedBodiesCollision

bool FalcoEngine.ConeTwistJoint.linkedBodiesCollision
getset

Get or set the linked bodies collision flag

Definition at line 60 of file ConeTwistJoint.cs.


The documentation for this class was generated from the following file: