Class Marker
Inheritance
System.Object
Marker
Inherited Members
AltV.Net.Shared.Elements.Entities.SharedBaseObject.SetMetaData(Dictionary<, >)
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.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 nativePointer, uint id)
Parameters
Type |
Name |
Description |
ICore |
core |
|
System.IntPtr |
nativePointer |
|
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
Type |
Description |
Position |
|
|
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
MarkerNativePointer
Declaration
public IntPtr MarkerNativePointer { get; }
Property Value
Type |
Description |
System.IntPtr |
|
|
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
Type |
Description |
System.IntPtr |
|
Overrides
|
Improve this Doc
View Source
Rotation
Declaration
public Rotation Rotation { get; set; }
Property Value
Type |
Description |
Rotation |
|
|
Improve this Doc
View Source
Scale
Declaration
public Position Scale { get; set; }
Property Value
Type |
Description |
Position |
|
|
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
GetId(IntPtr)
Declaration
public static uint GetId(IntPtr nativePointer)
Parameters
Type |
Name |
Description |
System.IntPtr |
nativePointer |
|
Returns
Type |
Description |
System.UInt32 |
|
Implements