Class WorldObjectMovementCancelledEventArgs
Inheritance
WorldObjectMovementCancelledEventArgs
Assembly: SlipeServer.Server.dll
Syntax
public sealed class WorldObjectMovementCancelledEventArgs : EventArgs
Constructors
|
Edit this page
View Source
WorldObjectMovementCancelledEventArgs(Vector3, Vector3)
Declaration
public WorldObjectMovementCancelledEventArgs(Vector3 newPosition, Vector3 newRotation)
Parameters
Properties
|
Edit this page
View Source
NewPosition
Declaration
public Vector3 NewPosition { get; }
Property Value
|
Edit this page
View Source
NewRotation
Declaration
public Vector3 NewRotation { get; }
Property Value