Show / Hide Table of Contents

Class WorldObjectMovementCancelledEventArgs

Inheritance
object
EventArgs
WorldObjectMovementCancelledEventArgs
Inherited Members
EventArgs.Empty
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: SlipeServer.Server.Elements.Events
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
Type Name Description
Vector3 newPosition
Vector3 newRotation

Properties

| Edit this page View Source

NewPosition

Declaration
public Vector3 NewPosition { get; }
Property Value
Type Description
Vector3
| Edit this page View Source

NewRotation

Declaration
public Vector3 NewRotation { get; }
Property Value
Type Description
Vector3
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX