Class OnMarkerHitEventArgs
Inherited Members
Namespace: Slipe.Server.Peds.Events
Assembly: SlipeServer.dll
Syntax
public class OnMarkerHitEventArgs
Properties
| Improve this Doc View SourceIsDimensionMatching
True if the dimensions of the elements are matching, false otherwise
Declaration
public bool IsDimensionMatching { get; }
Property Value
Type | Description |
---|---|
Boolean |
Marker
The marker that was hit
Declaration
public Marker Marker { get; }
Property Value
Type | Description |
---|---|
Marker |