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

Properties

Vector3 size [getset]
 Get or set the size of the box More...
 
- Properties inherited from FalcoEngine.Collider
Vector3 offset [getset]
 Get or set the offset position from center of the game object More...
 
Quaternion rotation [getset]
 Get or set the offset rotation 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 7 of file BoxCollider.cs.

Property Documentation

◆ size

Vector3 FalcoEngine.BoxCollider.size
getset

Get or set the size of the box

Definition at line 19 of file BoxCollider.cs.


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