Depth
: float
[Get] |
The depth (in the local Z-direction), in meters.
Signature
float Depth |
Dimensions
: Vector3
[Get] | |
Height
: float
[Get] |
The height (in the local Y-direction), in meters.
Signature
float Height |
Offset
: Vector3
[Get] |
The offset of the volume with respect to the anchor's pivot as a Vector3.
The offset is mostly zero, as most objects have the anchor's pivot aligned with the top face of the volume.
The offset is not zero in cases where the anchor's pivot point is aligned with another element, such as the seated area for a couch, defined as a plane.
The Offset is provided in the local coordinate space of the children. See
Signature
Vector3 Offset |
OffsetChildren
: bool
[Get][Set] |
Whether the child transforms will be offset according to the offset of this volume.
If set to True, all the child transforms will be offset to the offset of this volume immediately. And, if it's set to False, offsets of this volume will no longer affect the child transforms, and child transforms will retain their current offset. This can be controlled further by using a
Signature
bool OffsetChildren |
ScaleChildren
: bool
[Get][Set] |
Whether the child transforms will be scaled according to the dimensions of this volume.
If set to true, all the child transforms will be scaled to the dimensions of this volume immediately. And, if it's set to False, dimensions of this volume will no longer affect the child transforms, and child transforms will retain their current scale. This can be controlled further by using a
Signature
bool ScaleChildren |
Width
: float
[Get] |
The width (in the local X-direction), in meters.
Signature
float Width |