Interface ITextLabel
Assembly: AltV.Net.Client.dll
Syntax
public interface ITextLabel : IWorldObject, ISharedWorldObject, IBaseObject, ISharedBaseObject, INative
Properties
|
Improve this Doc
View Source
Align
Declaration
TextLabelAlignment Align { get; set; }
Property Value
|
Improve this Doc
View Source
Color
Declaration
Property Value
|
Improve this Doc
View Source
Font
Declaration
string Font { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
FontSize
Declaration
float FontSize { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
IsFacingCamera
Declaration
bool IsFacingCamera { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
IsGlobal
Declaration
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
IsStreamedIn
Declaration
bool IsStreamedIn { get; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
OutlineColor
Declaration
Rgba OutlineColor { get; set; }
Property Value
|
Improve this Doc
View Source
OutlineWidth
Declaration
float OutlineWidth { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Rotation
Declaration
Rotation Rotation { get; set; }
Property Value
|
Improve this Doc
View Source
Scale
Declaration
float Scale { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
StreamingDistance
Declaration
uint StreamingDistance { get; }
Property Value
Type |
Description |
System.UInt32 |
|
|
Improve this Doc
View Source
Target
Declaration
Property Value
|
Improve this Doc
View Source
Text
Declaration
string Text { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
TextLabelNativePointer
Declaration
IntPtr TextLabelNativePointer { get; }
Property Value
|
Improve this Doc
View Source
Visible
Declaration
bool Visible { get; set; }
Property Value
Type |
Description |
System.Boolean |
|