Click or drag to resize

Actor Properties

The Actor type exposes the following members.

Properties
  NameDescription
Public propertyEntity
Gets the entity to which this component has been attached.
(Inherited from Component.)
Public propertyFacingAngle
Gets the facing angle of this actor.
Public propertyHealth
Gets the health of this actor.
Public propertyIsComponentAlive
Gets a value indicating whether this component is alive (has not been destroyed).
(Inherited from Component.)
Public propertyIsInvulnerable
Gets or sets a value indicating whether this actor is invulnerable.
Public propertyParent
Gets the parent entity of the entity to which this component has been attached.
(Inherited from Component.)
Public propertyPosition
Gets the position of this actor.
Public propertyVirtualWorld
Gets or sets the virtual world of this actor.
Top
See Also