Namespace opensocial.BodyType.Field
All of the fields that a body type has. These are the supported keys for the
BodyType.getField()
method.
Defined in: opensocial.js.
| Constructor Attributes | Constructor Name and Description |
|---|---|
| Field Attributes | Field Name and Description |
|---|---|
| <static> |
opensocial.BodyType.Field.BUILD
The build of the person's body, specified as a string.
|
| <static> |
opensocial.BodyType.Field.EYE_COLOR
The eye color of the person, specified as a string.
|
| <static> |
opensocial.BodyType.Field.HAIR_COLOR
The hair color of the person, specified as a string.
|
| <static> |
opensocial.BodyType.Field.HEIGHT
The height of the person in meters, specified as a number.
|
| <static> |
opensocial.BodyType.Field.WEIGHT
The weight of the person in kilograms, specified as a number.
|
Field Detail
<static>
opensocial.BodyType.Field.BUILD
The build of the person's body, specified as a string.
Not supported by all containers.
<static>
opensocial.BodyType.Field.EYE_COLOR
The eye color of the person, specified as a string.
Not supported by all containers.
<static>
opensocial.BodyType.Field.HAIR_COLOR
The hair color of the person, specified as a string.
Not supported by all containers.
<static>
opensocial.BodyType.Field.HEIGHT
The height of the person in meters, specified as a number.
Not supported by all containers.
<static>
opensocial.BodyType.Field.WEIGHT
The weight of the person in kilograms, specified as a number.
Not supported by all containers.