Class EntityTransformModifier
Inheritance
object
EntityTransformModifier
Assembly: Dew.Core.dll
public class EntityTransformModifier
Properties
Declaration
public Vector3 localOffset { get; set; }
Property Value
| Type |
Description |
| UnityEngine.Vector3 |
|
Declaration
public Quaternion rotation { get; set; }
Property Value
| Type |
Description |
| UnityEngine.Quaternion |
|
Declaration
public Vector3 scaleMultiplier { get; set; }
Property Value
| Type |
Description |
| UnityEngine.Vector3 |
|
Declaration
public Vector3 worldOffset { get; set; }
Property Value
| Type |
Description |
| UnityEngine.Vector3 |
|
Methods
Remove this transform modifier from its parent.
Declaration