opensocial.BodyType.Field (v0.7)
SUMMARY DETAIL
Static Class opensocial.BodyType.Field
All of the fields that a body type has. These are the supported keys for the
BodyType.getField()
method.
Field Summary
-
<static> object
BUILD
- The build of the person's body, specified as a string.
-
<static> object
EYE_COLOR
- The eye color of the person, specified as a string.
-
<static> object
HAIR_COLOR
- The hair color of the person, specified as a string.
-
<static> object
HEIGHT
- The height of the person in meters, specified as a number.
-
<static> object
WEIGHT
- The weight of the person in kilograms, specified as a number.
Field Detail
BUILD
<static> object BUILD
The build of the person's body, specified as a string.
Not supported by all containers.
EYE_COLOR
<static> object EYE_COLOR
The eye color of the person, specified as a string.
Not supported by all containers.
HAIR_COLOR
<static> object HAIR_COLOR
The hair color of the person, specified as a string.
Not supported by all containers.
HEIGHT
<static> object HEIGHT
The height of the person in meters, specified as a number.
Not supported by all containers.
WEIGHT
<static> object WEIGHT
The weight of the person in kilograms, specified as a number.
Not supported by all containers.