Actor Properties |
The Actor type exposes the following members.
Name | Description | |
---|---|---|
![]() | Entity |
Gets the entity to which this component has been attached.
(Inherited from Component.) |
![]() | FacingAngle |
Gets the facing angle of this actor.
|
![]() | Health |
Gets the health of this actor.
|
![]() | IsComponentAlive |
Gets a value indicating whether this component is alive (has not been destroyed).
(Inherited from Component.) |
![]() | IsInvulnerable |
Gets or sets a value indicating whether this actor is invulnerable.
|
![]() | Parent |
Gets the parent entity of the entity to which this component has been attached.
(Inherited from Component.) |
![]() | Position |
Gets the position of this actor.
|
![]() | VirtualWorld |
Gets or sets the virtual world of this actor.
|