Show / Hide Table of Contents

Class PositionRotationAnimation

Inheritance
object
PositionRotationAnimation
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: SlipeServer.Packets.Definitions.Entities.Structs
Assembly: SlipeServer.Packets.dll
Syntax
public class PositionRotationAnimation

Properties

| Edit this page View Source

DeltaPosition

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

DeltaRotation

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

DeltaRotationMode

Declaration
public bool DeltaRotationMode { get; set; }
Property Value
Type Description
bool
| Edit this page View Source

EasingAmplitude

Declaration
public double EasingAmplitude { get; set; }
Property Value
Type Description
double
| Edit this page View Source

EasingOvershoot

Declaration
public double EasingOvershoot { get; set; }
Property Value
Type Description
double
| Edit this page View Source

EasingPeriod

Declaration
public double EasingPeriod { get; set; }
Property Value
Type Description
double
| Edit this page View Source

EasingType

Declaration
public string EasingType { get; set; }
Property Value
Type Description
string
| Edit this page View Source

EndTime

Declaration
public DateTime EndTime { get; set; }
Property Value
Type Description
DateTime
| Edit this page View Source

Progress

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

SourcePosition

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

SourceRotation

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

StartTime

Declaration
public DateTime StartTime { get; set; }
Property Value
Type Description
DateTime
| Edit this page View Source

TargetPosition

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

TargetRotation

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