TransformData Structure |
Namespace: RavingBots.MagicGestures.Utils.Geometry
[SerializableAttribute] public struct TransformData
The TransformData type exposes the following members.
Name | Description | |
---|---|---|
TransformData |
Create a new instance based on the given transform.
|
Name | Description | |
---|---|---|
(Transform to TransformData) |
Create a new instance based on the given transform.
|
Name | Description | |
---|---|---|
LocalPosition |
The stored Transform.localPosition.
| |
LocalRotation |
The stored Transform.localRotation.
| |
LocalScale |
The stored Transform.localScale.
| |
Parent |
The stored Transform.parent.
| |
WorldPosition |
The stored Transform.position.
| |
WorldRotation |
The stored Transform.rotation.
| |
WorldScale |
The stored Transform.lossyScale.
|