Class SpriteKeypoints
Inheritance
SpriteKeypoints
Assembly: Glitch9.AIDevKit.PixelArt.dll
Syntax
[Serializable]
public sealed class SpriteKeypoints
Properties
|
Edit this page
View Source
Label
Declaration
[JsonProperty("label")]
public SpriteSkeletonLabel Label { get; set; }
Property Value
|
Edit this page
View Source
X
Declaration
[JsonProperty("x")]
public float X { get; set; }
Property Value
|
Edit this page
View Source
Y
Declaration
[JsonProperty("y")]
public float Y { get; set; }
Property Value
|
Edit this page
View Source
ZIndex
Declaration
[JsonProperty("z_index")]
public float ZIndex { get; set; }
Property Value
Extension Methods