Class HingeConfig
HingeConfig
public sealed class HingeConfig
- Inheritance
-
HingeConfig
- Inherited Members
Properties
ContentColor
contentColor
[JsonPropertyName("contentColor")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public RGBA ContentColor { get; set; }
Property Value
OutlineColor
outlineColor
[JsonPropertyName("outlineColor")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public RGBA OutlineColor { get; set; }
Property Value
Rect
rect
[JsonPropertyName("rect")]
public Rect Rect { get; set; }