Class PositionRotationAnimation
Inheritance
PositionRotationAnimation
Assembly: SlipeServer.Packets.dll
Syntax
public class PositionRotationAnimation
Properties
|
Edit this page
View Source
DeltaPosition
Declaration
public Vector3 DeltaPosition { get; }
Property Value
|
Edit this page
View Source
DeltaRotation
Declaration
public Vector3 DeltaRotation { get; set; }
Property Value
|
Edit this page
View Source
DeltaRotationMode
Declaration
public bool DeltaRotationMode { get; set; }
Property Value
|
Edit this page
View Source
EasingAmplitude
Declaration
public double EasingAmplitude { get; set; }
Property Value
|
Edit this page
View Source
EasingOvershoot
Declaration
public double EasingOvershoot { get; set; }
Property Value
|
Edit this page
View Source
EasingPeriod
Declaration
public double EasingPeriod { get; set; }
Property Value
|
Edit this page
View Source
EasingType
Declaration
public string EasingType { get; set; }
Property Value
|
Edit this page
View Source
EndTime
Declaration
public DateTime EndTime { get; set; }
Property Value
|
Edit this page
View Source
Progress
Declaration
public double Progress { get; }
Property Value
|
Edit this page
View Source
SourcePosition
Declaration
public Vector3 SourcePosition { get; set; }
Property Value
|
Edit this page
View Source
SourceRotation
Declaration
public Vector3 SourceRotation { get; set; }
Property Value
|
Edit this page
View Source
StartTime
Declaration
public DateTime StartTime { get; set; }
Property Value
|
Edit this page
View Source
TargetPosition
Declaration
public Vector3 TargetPosition { get; set; }
Property Value
|
Edit this page
View Source
TargetRotation
Declaration
public Vector3 TargetRotation { get; set; }
Property Value