Class TransformAdapter
Inheritance
object
TransformAdapter
Namespace: i5.Toolkit.Core.Experimental.UnityAdapters
Assembly: cs.temp.dll.dll
public class TransformAdapter : ITransformable
Constructors
Declaration
public TransformAdapter(Transform adaptee)
Parameters
Type |
Name |
Description |
Transform |
adaptee |
|
Properties
Declaration
public Transform Adaptee { get; protected set; }
Property Value
Type |
Description |
Transform |
|
Declaration
public Vector3 EulerAngles { get; set; }
Property Value
Declaration
public Vector3 LocalEulerAngles { get; set; }
Property Value
Declaration
public Vector3 LocalPosition { get; set; }
Property Value
Declaration
public Quaternion LocalRotation { get; set; }
Property Value
Type |
Description |
Quaternion |
|
Declaration
public Vector3 LocalScale { get; set; }
Property Value
Declaration
public Vector3 LossyScale { get; }
Property Value
Declaration
public Vector3 Position { get; set; }
Property Value
Declaration
public Quaternion Rotation { get; set; }
Property Value
Type |
Description |
Quaternion |
|
Implements