CageType
Specifies which cage surface — inner or outer — to read or write on a BaseWrap object.
Items 2
| History | Name | Value | Description | |
|---|---|---|---|---|
| 475 | Inner | 0 | Selects the inner cage mesh, which defines the surface that conforms to the body or underlying layer beneath the accessory. | |
| 475 | Outer | 1 | Selects the outer cage mesh, which defines the surface that the next clothing layer above this accessory conforms to. |
Description
Specifies which cage surface to target when calling cage-mesh methods on a
BaseWrap object such as GetVertices(), GetFaces(), GetUVs(), and
ModifyVertices().
A WrapLayer carries two cage meshes: an inner cage that fits against
the surface beneath it (the avatar body or an underlying accessory) and an
outer cage that defines the surface the next clothing layer conforms to.
CageType selects which of those two meshes the called method operates on.