TextDraw Methods |
The TextDraw type exposes the following members.
| Name | Description | |
|---|---|---|
| AddComponentT |
Adds a component of the specified type T to the entity.
(Inherited from Component.) | |
| AddComponentT(Object) |
Adds a component of the specified type T to the entity with the specified constructor args.
(Inherited from Component.) | |
| Destroy |
Destroys this component.
(Inherited from Component.) | |
| DestroyComponentsT |
Destroys the components of the specified type T attached to the entity.
(Inherited from Component.) | |
| DestroyEntity |
Destroys the entity.
(Inherited from Component.) | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| GetComponentT |
Gets a component of the specified type T attached to the entity.
(Inherited from Component.) | |
| GetComponentInChildrenT |
Gets a component of the specified type T attached to a child entity of the entity using a depth first search.
(Inherited from Component.) | |
| GetComponentInParentT |
Gets a component of the specified type T attached to a parent entity of the entity.
(Inherited from Component.) | |
| GetComponentsT |
Gets all components of the specified type T attached to the entity.
(Inherited from Component.) | |
| GetComponentsInChildrenT |
Gets all components of the specified type T attached to a child entity of the entity.
(Inherited from Component.) | |
| GetComponentsInParentT |
Gets all components of the specified type T attached to a parent entity of the entity.
(Inherited from Component.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| Hide |
Hides this textdraw for all connected players.
| |
| Hide(EntityId) |
Hides this textdraw for the specified player.
| |
| SetPreviewRotation |
Sets the preview object rotation and zoom of this textdraw.
| |
| SetPreviewVehicleColor |
Sets the color of the preview vehicle of this textdraw.
| |
| Show |
Shows this textdraw for all connected players.
| |
| Show(EntityId) |
Shows this textdraw for the specified player.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |