Class CharacterSitAnimations
Inheritance
System.Object
CharacterSitAnimations
Assembly: SpaceEngineers.ObjectBuilders.dll
Syntax
public class CharacterSitAnimations : Object
Constructors
CharacterSitAnimations()
Declaration
public CharacterSitAnimations()
Fields
DefaultAnimations
Declaration
public List<string> DefaultAnimations
Field Value
Type |
Description |
System.Collections.Generic.List<System.String> |
|
FemaleAnimations
Declaration
public List<string> FemaleAnimations
Field Value
Type |
Description |
System.Collections.Generic.List<System.String> |
|
MaleAnimations
Declaration
public List<string> MaleAnimations
Field Value
Type |
Description |
System.Collections.Generic.List<System.String> |
|