Click or drag to resize

TextLabel Properties

The TextLabel type exposes the following members.

Properties
  NameDescription
Public propertyAttachedEntity
Gets or sets the attached entity (player or vehicle).
Public propertyAttachOffset
Gets or sets the offset at which this text label is attached to an entity.
Public propertyColor
Gets or sets the color of this text label.
Public propertyDrawDistance
Gets the draw distance of this text label.
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 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 text label.
Public propertyTestLos
Gets a value indicating whether to test the line of sight.
Public propertyText
Gets or sets the text of this text label.
Public propertyVirtualWorld
Gets the virtual world of this text label.
Top
See Also