Search Results for

    Show / Hide Table of Contents

    Class EntityTransformModifier

    Inheritance
    object
    EntityTransformModifier
    Namespace: Global
    Assembly: Dew.Core.dll
    Syntax
    public class EntityTransformModifier

    Properties

    localOffset

    Declaration
    public Vector3 localOffset { get; set; }
    Property Value
    Type Description
    UnityEngine.Vector3

    rotation

    Declaration
    public Quaternion rotation { get; set; }
    Property Value
    Type Description
    UnityEngine.Quaternion

    scaleMultiplier

    Declaration
    public Vector3 scaleMultiplier { get; set; }
    Property Value
    Type Description
    UnityEngine.Vector3

    worldOffset

    Declaration
    public Vector3 worldOffset { get; set; }
    Property Value
    Type Description
    UnityEngine.Vector3

    Methods

    Stop()

    Remove this transform modifier from its parent.

    Declaration
    public void Stop()
    In This Article
    Back to top Shape of Dreams API Documentation