Show / Hide Table of Contents

Class WorldObjectMovedEventArgs

Inheritance
object
EventArgs
WorldObjectMovedEventArgs
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 WorldObjectMovedEventArgs : EventArgs

Constructors

| Edit this page View Source

WorldObjectMovedEventArgs(PositionRotationAnimation)

Declaration
public WorldObjectMovedEventArgs(PositionRotationAnimation movement)
Parameters
Type Name Description
PositionRotationAnimation movement

Properties

| Edit this page View Source

Movement

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