Types
Name | Value | Description |
---|---|---|
Super |
Constructors
Name | Description |
---|---|
Actor() |
Destructors
Name | Description |
---|---|
~Actor() |
Virtual Functions
Access | Return | Modifier | Name | Description |
---|---|---|---|---|
protected | void | inline | onTick( float inDeltaTime ) | |
protected | void | inline |
Functions
Access | Return | Modifier | Name | Description |
---|---|---|---|---|
public | bool | const | canTick() | |
public | void | setCanTick( bool inCanTick ) | ||
public | void | tick( float inDeltaTime ) | ||
public | bool | const | canCollide() | |
public | void | setCanCollide( bool inCanCollide ) | ||
public | bool | const | ||
public | bool | const | ||
public | bool | const | ||
public | void |
Members
Access | Type | Modifier | Name | Description |
---|---|---|---|---|
protected | bool | m_bCanTick | ||
protected | bool | m_bCanCollide |