Interface ISharedMarker
Assembly: AltV.Net.Shared.dll
Syntax
public interface ISharedMarker : ISharedWorldObject, ISharedBaseObject, INative
Properties
|
Improve this Doc
View Source
Color
Declaration
Property Value
|
Improve this Doc
View Source
Direction
Declaration
Position Direction { get; set; }
Property Value
|
Improve this Doc
View Source
IsBobUpDown
Declaration
bool IsBobUpDown { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
IsFaceCamera
Declaration
bool IsFaceCamera { 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
IsRotating
Declaration
bool IsRotating { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
MarkerNativePointer
Declaration
IntPtr MarkerNativePointer { get; }
Property Value
|
Improve this Doc
View Source
MarkerType
Declaration
MarkerType MarkerType { get; set; }
Property Value
|
Improve this Doc
View Source
Rotation
Declaration
Rotation Rotation { get; set; }
Property Value
|
Improve this Doc
View Source
Scale
Declaration
Position Scale { get; set; }
Property Value
|
Improve this Doc
View Source
StreamingDistance
Declaration
uint StreamingDistance { get; }
Property Value
Type |
Description |
System.UInt32 |
|
|
Improve this Doc
View Source
Target
Declaration
ISharedPlayer Target { get; }
Property Value
|
Improve this Doc
View Source
Visible
Declaration
bool Visible { get; set; }
Property Value
Type |
Description |
System.Boolean |
|