Class TextLabel
Inheritance
System.Object
TextLabel
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Assembly: AltV.Net.Client.dll
Syntax
public class TextLabel : WorldObject, IInternalBaseObject, ITextLabel, IWorldObject, ISharedWorldObject, IBaseObject, ISharedBaseObject, INative
Constructors
|
Improve this Doc
View Source
TextLabel(ICore, IntPtr, UInt32)
Declaration
public TextLabel(ICore core, IntPtr worldObjectPointer, uint id)
Parameters
Type |
Name |
Description |
ICore |
core |
|
IntPtr |
worldObjectPointer |
|
System.UInt32 |
id |
|
Properties
|
Improve this Doc
View Source
Align
Declaration
public TextLabelAlignment Align { get; set; }
Property Value
|
Improve this Doc
View Source
Color
Declaration
public Rgba Color { get; set; }
Property Value
|
Improve this Doc
View Source
Font
Declaration
public string Font { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
FontSize
Declaration
public float FontSize { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
IsFacingCamera
Declaration
public bool IsFacingCamera { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
IsGlobal
Declaration
public bool IsGlobal { get; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
IsStreamedIn
Declaration
public bool IsStreamedIn { get; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
NativePointer
Declaration
public override IntPtr NativePointer { get; }
Property Value
Overrides
|
Improve this Doc
View Source
OutlineColor
Declaration
public Rgba OutlineColor { get; set; }
Property Value
|
Improve this Doc
View Source
OutlineWidth
Declaration
public float OutlineWidth { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Rotation
Declaration
public Rotation Rotation { get; set; }
Property Value
|
Improve this Doc
View Source
Scale
Declaration
public float Scale { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
StreamingDistance
Declaration
public uint StreamingDistance { get; }
Property Value
Type |
Description |
System.UInt32 |
|
|
Improve this Doc
View Source
Target
Declaration
public IPlayer Target { get; }
Property Value
|
Improve this Doc
View Source
Text
Declaration
public string Text { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
TextLabelNativePointer
Declaration
public IntPtr TextLabelNativePointer { get; }
Property Value
|
Improve this Doc
View Source
Visible
Declaration
public bool Visible { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Methods
|
Improve this Doc
View Source
GetWorldObjectPointer(ICore, IntPtr)
Declaration
public static IntPtr GetWorldObjectPointer(ICore core, IntPtr nativePointer)
Parameters
Type |
Name |
Description |
ICore |
core |
|
IntPtr |
nativePointer |
|
Returns
Implements