Class Marker
Inheritance
System.Object
Marker
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 Marker : WorldObject, IInternalBaseObject, IMarker, ISharedMarker, IWorldObject, ISharedWorldObject, IBaseObject, ISharedBaseObject, INative
Constructors
|
Improve this Doc
View Source
Marker(ICore, IntPtr, UInt32)
Declaration
public Marker(ICore core, IntPtr markerPointer, uint id)
Parameters
Type |
Name |
Description |
ICore |
core |
|
IntPtr |
markerPointer |
|
System.UInt32 |
id |
|
Properties
|
Improve this Doc
View Source
Color
Declaration
public Rgba Color { get; set; }
Property Value
|
Improve this Doc
View Source
Direction
Declaration
public Position Direction { get; set; }
Property Value
|
Improve this Doc
View Source
IsBobUpDown
Declaration
public bool IsBobUpDown { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
IsFaceCamera
Declaration
public bool IsFaceCamera { 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
IsRotating
Declaration
public bool IsRotating { get; set; }
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
MarkerNativePointer
Declaration
public IntPtr MarkerNativePointer { get; }
Property Value
|
Improve this Doc
View Source
MarkerType
Declaration
public MarkerType MarkerType { get; set; }
Property Value
|
Improve this Doc
View Source
NativePointer
Declaration
public override IntPtr NativePointer { get; }
Property Value
Overrides
|
Improve this Doc
View Source
Rotation
Declaration
public Rotation Rotation { get; set; }
Property Value
|
Improve this Doc
View Source
Scale
Declaration
public Position Scale { get; set; }
Property Value
|
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 ISharedPlayer Target { 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