Enum Pose
An enumeration that represents a set of poses that a PersonLike can display
public enum Pose
- Extension Methods
Fields
Standing = 0A pose that represents a standing person
Walking = 1A pose that represents a person animated to look like they're walking
Sitting = 2A pose that represents a sitting person
Laying = 3A pose that represents a person who is lying down. Note that the default textures for this pose only contain the upper body and head.
SittingGround = 4A 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.
WorkingStanding = 5A pose that represents a person who is standing and working on something
WorkingSitting = 6A pose that represents a person who is sitting and working on something
WorkingSittingGround = 7A pose that represents a person who is sitting on the ground and working on something
Running = 8A pose that represents a person who is running
StandingArmsOut = 9A pose that represents a person who is standing with their arms straight out
WalkingArmsOut = 10A pose that represents a person who is walking with their arms straight out. This is a combination of Walking and StandingArmsOut.