Falco Engine 3.9.0.1 (beta)
FalcoEngine.FreeJoint Class Reference
Inheritance diagram for FalcoEngine.FreeJoint:
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 limitMin [getset]
 Get or set the lower angle limits of this joint More...
 
Vector3 limitMax [getset]
 Get or set the upper 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 FreeJoint.cs.

Member Function Documentation

◆ AutoConfigureAnchors()

void FalcoEngine.FreeJoint.AutoConfigureAnchors ( )

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

◆ Rebuild()

void FalcoEngine.FreeJoint.Rebuild ( )

Rebuild this joint

Property Documentation

◆ anchor

Vector3 FalcoEngine.FreeJoint.anchor
getset

Get or set an anchor point relative to this object

Definition at line 12 of file FreeJoint.cs.

◆ connectedAnchor

Vector3 FalcoEngine.FreeJoint.connectedAnchor
getset

Get or set an anchor point relative to connected object

Definition at line 28 of file FreeJoint.cs.

◆ connectedObject

Rigidbody FalcoEngine.FreeJoint.connectedObject
getset

Get or set the object to connect with

Definition at line 81 of file FreeJoint.cs.

◆ limitMax

Vector3 FalcoEngine.FreeJoint.limitMax
getset

Get or set the upper angle limits of this joint

Definition at line 60 of file FreeJoint.cs.

◆ limitMin

Vector3 FalcoEngine.FreeJoint.limitMin
getset

Get or set the lower angle limits of this joint

Definition at line 44 of file FreeJoint.cs.

◆ linkedBodiesCollision

bool FalcoEngine.FreeJoint.linkedBodiesCollision
getset

Get or set the linked bodies collision flag

Definition at line 76 of file FreeJoint.cs.


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