Show / Hide Table of Contents

Class OnMarkerHitEventArgs

Inheritance
Object
OnMarkerHitEventArgs
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: Slipe.Server.Peds.Events
Assembly: SlipeServer.dll
Syntax
public class OnMarkerHitEventArgs

Properties

| Improve this Doc View Source

IsDimensionMatching

True if the dimensions of the elements are matching, false otherwise

Declaration
public bool IsDimensionMatching { get; }
Property Value
Type Description
Boolean
| Improve this Doc View Source

Marker

The marker that was hit

Declaration
public Marker Marker { get; }
Property Value
Type Description
Marker
  • Improve this Doc
  • View Source
Back to top Generated by DocFX