Search Results for

    Show / Hide Table of Contents

    Class TransformAdapter

    Inheritance
    object
    TransformAdapter
    RectTransformAdapter
    Implements
    ITransformable
    Namespace: i5.Toolkit.Core.Experimental.UnityAdapters
    Assembly: cs.temp.dll.dll
    Syntax
    public class TransformAdapter : ITransformable

    Constructors

    TransformAdapter(Transform)

    Declaration
    public TransformAdapter(Transform adaptee)
    Parameters
    Type Name Description
    Transform adaptee

    Properties

    Adaptee

    Declaration
    public Transform Adaptee { get; protected set; }
    Property Value
    Type Description
    Transform

    EulerAngles

    Declaration
    public Vector3 EulerAngles { get; set; }
    Property Value
    Type Description
    Vector3

    LocalEulerAngles

    Declaration
    public Vector3 LocalEulerAngles { get; set; }
    Property Value
    Type Description
    Vector3

    LocalPosition

    Declaration
    public Vector3 LocalPosition { get; set; }
    Property Value
    Type Description
    Vector3

    LocalRotation

    Declaration
    public Quaternion LocalRotation { get; set; }
    Property Value
    Type Description
    Quaternion

    LocalScale

    Declaration
    public Vector3 LocalScale { get; set; }
    Property Value
    Type Description
    Vector3

    LossyScale

    Declaration
    public Vector3 LossyScale { get; }
    Property Value
    Type Description
    Vector3

    Position

    Declaration
    public Vector3 Position { get; set; }
    Property Value
    Type Description
    Vector3

    Rotation

    Declaration
    public Quaternion Rotation { get; set; }
    Property Value
    Type Description
    Quaternion

    Implements

    ITransformable
    In this article
    Back to top i5 Toolkit Documentation