Class AvatarSettings.EyeLidConfiguration
Eye lid configuration structure.
public sealed class AvatarSettings.EyeLidConfiguration
- Inheritance
-
AvatarSettings.EyeLidConfiguration
- Inherited Members
- Extension Methods
Constructors
EyeLidConfiguration()
public EyeLidConfiguration()
Properties
BottomLidOpen
Bottom lid open value (0.0 to 1.0).
public float BottomLidOpen { get; set; }
Property Value
TopLidOpen
Top lid open value (0.0 to 1.0).
public float TopLidOpen { get; set; }