Class AnimationEmoteHelper
Holds data about animation emotes that's needed on the client.
Inheritance
System.Object
AnimationEmoteHelper
Namespace: Eco.Shared.States
Assembly: Eco.Shared.dll
Syntax
public class AnimationEmoteHelper : Object
Constructors
AnimationEmoteHelper()
Declaration
public AnimationEmoteHelper()
Properties
EmotesWithoutIK
Emotes in this list behave improperly when on uneven ground and avatar IK is enabled, client disables IK while playing these emotes.
Declaration
public static List<AnimationEmote> EmotesWithoutIK { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<AnimationEmote> |