Click or drag to resize

GlobalObject Properties

The GlobalObject type exposes the following members.

Properties
  NameDescription
Public propertyDrawDistance
Gets the draw distance of this object.
Public propertyEntity
Gets the entity to which this component has been attached.
(Inherited from Component.)
Public propertyIsComponentAlive
Gets a value indicating whether this component is alive (has not been destroyed).
(Inherited from Component.)
Public propertyIsMoving
Gets whether this object is moving.
Public propertyModelId
Gets the model of this object.
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 object.
Public propertyRotation
Gets the rotation of this object.
Top
See Also