Table of Contents

Enum Pose

Namespace
TinyLife.Objects
Assembly
Tiny Life.dll

An enumeration that represents a set of poses that a Person can display

public enum Pose
Extension Methods

Fields

Laying = 3

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 = 8

A pose that represents a person who is running

Sitting = 2

A pose that represents a sitting person

SittingGround = 4

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 = 0

A pose that represents a standing person

StandingArmsOut = 9

A pose that represents a person who is standing with their arms straight out

Walking = 1

A pose that represents a person animated to look like they're walking

WalkingArmsOut = 10

A pose that represents a person who is walking with their arms straight out. This is a combination of Walking and StandingArmsOut.

WorkingSitting = 6

A pose that represents a person who is sitting and working on something

WorkingSittingGround = 7

A pose that represents a person who is sitting on the ground and working on something

WorkingStanding = 5

A pose that represents a person who is standing and working on something