Class FusTransform
Transformation (position, orientation and size) of the node.
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Fusee.Serialization.V1
Assembly: Fusee.Serialization.dll
Syntax
public class FusTransform : FusComponent, IComponent
Fields
Rotation
The rotation (orientation) of the node.
Declaration
public float3 Rotation
Field Value
Type | Description |
---|---|
float3 |
Scale
The scale (size) of the node.
Declaration
public float3 Scale
Field Value
Type | Description |
---|---|
float3 |
Translation
The translation (position) of the node.
Declaration
public float3 Translation
Field Value
Type | Description |
---|---|
float3 |