Class FxEntityTransform
Inheritance
object
UnityEngine.Object
UnityEngine.Component
UnityEngine.Behaviour
UnityEngine.MonoBehaviour
FxEntityTransform
Inherited Members
Namespace: Global
Assembly: Dew.Core.dll
Syntax
public class FxEntityTransform : FxInterpolatedEffectBase, IEffectComponent, IEffectWithSpeed, IAttachableToEntity
Fields
localOffset
Declaration
public Vector3 localOffset
Field Value
| Type | Description |
|---|---|
| UnityEngine.Vector3 |
rotation
Declaration
public Vector3 rotation
Field Value
| Type | Description |
|---|---|
| UnityEngine.Vector3 |
scaleMultiplier
Declaration
public Vector3 scaleMultiplier
Field Value
| Type | Description |
|---|---|
| UnityEngine.Vector3 |
worldOffset
Declaration
public Vector3 worldOffset
Field Value
| Type | Description |
|---|---|
| UnityEngine.Vector3 |
Methods
OnAttachToEntity(Entity)
Declaration
public void OnAttachToEntity(Entity target)
Parameters
| Type | Name | Description |
|---|---|---|
| Entity | target |
ValueSetter(float)
Declaration
protected override void ValueSetter(float value)
Parameters
| Type | Name | Description |
|---|---|---|
| float | value |