Show / Hide Table of Contents

Class FusTransform

Transformation (position, orientation and size) of the node.

Inheritance
System.Object
FusComponent
FusTransform
Implements
IComponent
Inherited Members
FusComponent.Name
FusComponent.Active
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

Implements

IComponent
Generated by DocFX
GitHub Repo
Back to top