Click or drag to resize

TransformData Structure

A serializable form of Transform.

Namespace:  RavingBots.MagicGestures.Utils.Geometry
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
[SerializableAttribute]
public struct TransformData

The TransformData type exposes the following members.

Constructors
  NameDescription
Public methodTransformData
Create a new instance based on the given transform.
Top
Operators
Fields
  NameDescription
Public fieldLocalPosition
The stored Transform.localPosition.
Public fieldLocalRotation
The stored Transform.localRotation.
Public fieldLocalScale
The stored Transform.localScale.
Public fieldParent
The stored Transform.parent.
Public fieldWorldPosition
The stored Transform.position.
Public fieldWorldRotation
The stored Transform.rotation.
Public fieldWorldScale
The stored Transform.lossyScale.
Top
See Also