Table of Contents

Class AnimationKeyFrameElement

Namespace
Vintagestory.API.Common
Assembly
VintagestoryAPI.dll
[JsonObject(MemberSerialization.OptIn)]
public class AnimationKeyFrameElement
Inheritance
AnimationKeyFrameElement
Inherited Members

Fields

ForElement

public ShapeElement ForElement

Field Value

ShapeElement

OffsetX

[JsonProperty]
public double? OffsetX

Field Value

double?

OffsetY

[JsonProperty]
public double? OffsetY

Field Value

double?

OffsetZ

[JsonProperty]
public double? OffsetZ

Field Value

double?

OriginX

[JsonProperty]
public double? OriginX

Field Value

double?

OriginY

[JsonProperty]
public double? OriginY

Field Value

double?

OriginZ

[JsonProperty]
public double? OriginZ

Field Value

double?

RotShortestDistanceX

[JsonProperty]
public bool RotShortestDistanceX

Field Value

bool

RotShortestDistanceY

[JsonProperty]
public bool RotShortestDistanceY

Field Value

bool

RotShortestDistanceZ

[JsonProperty]
public bool RotShortestDistanceZ

Field Value

bool

RotationX

[JsonProperty]
public double? RotationX

Field Value

double?

RotationY

[JsonProperty]
public double? RotationY

Field Value

double?

RotationZ

[JsonProperty]
public double? RotationZ

Field Value

double?

StretchX

[JsonProperty]
public double? StretchX

Field Value

double?

StretchY

[JsonProperty]
public double? StretchY

Field Value

double?

StretchZ

[JsonProperty]
public double? StretchZ

Field Value

double?

Properties

AnySet

public bool AnySet { get; }

Property Value

bool

OriginSet

public bool OriginSet { get; }

Property Value

bool

PositionSet

public bool PositionSet { get; }

Property Value

bool

RotationSet

public bool RotationSet { get; }

Property Value

bool

StretchSet

public bool StretchSet { get; }

Property Value

bool