Search Results for

    Show / Hide Table of Contents

    Interface ITransformable

    Namespace: i5.Toolkit.Core.Experimental.UnityAdapters
    Assembly: cs.temp.dll.dll
    Syntax
    public interface ITransformable

    Properties

    EulerAngles

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

    LocalEulerAngles

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

    LocalPosition

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

    LocalRotation

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

    LocalScale

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

    LossyScale

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

    Position

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

    Rotation

    Declaration
    Quaternion Rotation { get; set; }
    Property Value
    Type Description
    Quaternion
    In This Article
    Back to top i5 Toolkit Documentation