Enum Person.Pose
An enumeration that represents a set of poses that a Person can display
Namespace: TinyLife.Objects
Assembly: Tiny Life.dll
Syntax
public enum Pose
Fields
Name | Description |
---|---|
Laying | A pose that represents a person who is lying down. Note that the default textures for this pose only contain the upper body and head. |
Running | A pose that represents a person who is running |
Sitting | A pose that represents a sitting person |
SittingGround | A pose that represents a person who is sitting, but with their legs close to their body. This pose is mainly used for the "passed out" stance. |
Standing | A pose that represents a standing person |
StandingArmsOut | A pose that represents a person who is standing with their arms straight out |
Walking | A pose that represents a person animated to look like they're walking |
WorkingSitting | A pose that represents a person who is sitting and working on something |
WorkingSittingGround | A pose that represents a person who is sitting on the ground and working on something |
WorkingStanding | A pose that represents a person who is standing and working on something |