Transform
Container for a position, rotation, and scale
Properties
| Type | Property |
|---|---|
| Vector3 | position |
| Rotation | rotation |
| Scale | scale |
Constructors
| Return | Constructor | Values |
|---|---|---|
| Transform | Transform.new() | position: (0, 0, 0), rotation: (0, 0, 0), scale: (1, 1, 1) |