Class AvatarSettings.LayerSetting
Layer setting structure.
public sealed class AvatarSettings.LayerSetting
- Inheritance
-
AvatarSettings.LayerSetting
- Inherited Members
- Extension Methods
Constructors
LayerSetting()
public LayerSetting()
Properties
LayerPath
Layer path/identifier.
public string LayerPath { get; set; }
Property Value
LayerTint
Layer tint color.
public Color LayerTint { get; set; }
Property Value
- Color