Class SharedMarker
Class that represents different types of markers
Assembly: SlipeShared.dll
Syntax
public class SharedMarker : PhysicalElement
Properties
|
Improve this Doc
View Source
Color
Get and set the color of this marker
Declaration
public Color Color { get; set; }
Property Value
|
Improve this Doc
View Source
Count
Get the total amount of markers in the world
Declaration
public static int Count { get; }
Property Value
|
Improve this Doc
View Source
Icon
Get and set the icon type of this marker
Declaration
public MarkerIcon Icon { get; set; }
Property Value
|
Improve this Doc
View Source
MarkerType
Get and set the type of this marker
Declaration
public MarkerType MarkerType { get; set; }
Property Value
|
Improve this Doc
View Source
Size
Get and set the size of the marker (default is 4.0f)
Declaration
public float Size { get; set; }
Property Value
|
Improve this Doc
View Source
Target
Get and set the target position the marker is facing
Declaration
public Vector3 Target { get; set; }
Property Value
Events
|
Improve this Doc
View Source
OnHit
Declaration
public event SharedMarker.OnHitHandler OnHit
Event Type
|
Improve this Doc
View Source
OnLeave
Declaration
public event SharedMarker.OnLeaveHandler OnLeave
Event Type