Table of Contents

Class AvatarSettings.EyeLidConfiguration

Namespace
S1API.Avatar
Assembly
S1API.dll

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

float

TopLidOpen

Top lid open value (0.0 to 1.0).

public float TopLidOpen { get; set; }

Property Value

float