Class: ComponentRigidBody
Methods
| Name | Description |
|---|---|
:activate() | |
:isActive() |
Fields
| Name | Type | Description |
|---|---|---|
angularVelocity | Vector3f | |
linearVelocity | Vector3f | |
mass | number | |
scale | number |
Method declarations
Method: activate
lua
function ComponentRigidBody:activate() endMethod: isActive
lua
function ComponentRigidBody:isActive() endReturns:
boolean
Field declarations
Field: angularVelocity
Type: Vector3f
Field: linearVelocity
Type: Vector3f
Field: mass
Type: number
Field: scale
Type: number
