Show / Hide Table of Contents

Class SharedMarker

Class that represents different types of markers

Inheritance
Object
Element
PhysicalElement
SharedMarker
Inherited Members
PhysicalElement.Dimension
PhysicalElement.Interior
PhysicalElement.Frozen
PhysicalElement.Alpha
PhysicalElement.Health
PhysicalElement.Model
PhysicalElement.CollisionShape
PhysicalElement.CollisionsEnabled
PhysicalElement.LowLODElement
PhysicalElement.DoubleSided
PhysicalElement.IsInWater
PhysicalElement.IsLowLOD
PhysicalElement.Position
PhysicalElement.Rotation
PhysicalElement.QuaternionRotation
PhysicalElement.Matrix
PhysicalElement.ForwardVector
PhysicalElement.RightVector
PhysicalElement.UpVector
PhysicalElement.Velocity
PhysicalElement.AngularVelocity
PhysicalElement.AngularQuaternionVelocity
PhysicalElement.ToAttached
PhysicalElement.IsAttached
PhysicalElement.IsWithinCollisionShape(CollisionShape)
PhysicalElement.IsWithinMarker(SharedMarker)
PhysicalElement.AttachTo(PhysicalElement, Matrix4x4)
PhysicalElement.AttachTo(PhysicalElement, Vector3, Vector3)
PhysicalElement.AttachTo(PhysicalElement, Vector3, Quaternion)
PhysicalElement.AttachTo(PhysicalElement)
PhysicalElement.Detach()
PhysicalElement.Offset
PhysicalElement.GetWithinRange(Vector3, Single, String)
PhysicalElement.FaceElement(PhysicalElement)
PhysicalElement.OnClicked
PhysicalElement.OnModelChange
PhysicalElement.OnStartSync
PhysicalElement.OnStopSync
PhysicalElement.OnStreamIn
PhysicalElement.OnStreamOut
Element.element
Element.Root
Element.MTAElement
Element.Type
Element.ID
Element.Exists
Element.ChildCount
Element.Parent
Element.CallPropagationEnabled
Element.SetData(String, Object, Boolean)
Element.GetData(String, Boolean)
Element.TryGetData(String, Object, Boolean)
Element.GetData<T>(String, Boolean)
Element.TryGetData<T>(String, T, Boolean)
Element.Destroy()
Element.GetChild(Int32)
Element.GetChildren(String)
Element.GetByID(String, Int32)
Element.ListenForEvent(String, Boolean, String)
Element.HandleEvent(String, MtaElement, Object, Object, Object, Object, Object, Object, Object, Object)
Element.OnDestroy
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: Slipe.Shared.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
Type Description
Color
| Improve this Doc View Source

Count

Get the total amount of markers in the world

Declaration
public static int Count { get; }
Property Value
Type Description
Int32
| Improve this Doc View Source

Icon

Get and set the icon type of this marker

Declaration
public MarkerIcon Icon { get; set; }
Property Value
Type Description
MarkerIcon
| Improve this Doc View Source

MarkerType

Get and set the type of this marker

Declaration
public MarkerType MarkerType { get; set; }
Property Value
Type Description
MarkerType
| 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
Type Description
Single
| Improve this Doc View Source

Target

Get and set the target position the marker is facing

Declaration
public Vector3 Target { get; set; }
Property Value
Type Description
Vector3

Events

| Improve this Doc View Source

OnHit

Declaration
public event SharedMarker.OnHitHandler OnHit
Event Type
Type Description
SharedMarker.OnHitHandler
| Improve this Doc View Source

OnLeave

Declaration
public event SharedMarker.OnLeaveHandler OnLeave
Event Type
Type Description
SharedMarker.OnLeaveHandler
  • Improve this Doc
  • View Source
Back to top Generated by DocFX