Class EntityClip
Inherited Members
UnityEngine.Object.FindObjectsOfType<T>(System.Boolean)
UnityEngine.Object.FindObjectOfType<T>(System.Boolean)
Syntax
public abstract class EntityClip : DOTSClip, IPlayableAsset, IEntityTransformProvider
Fields
Position
Declaration
Field Value
Type |
Description |
Unity.Mathematics.float3 |
|
Rotation
Declaration
Field Value
Type |
Description |
Unity.Mathematics.float3 |
|
Scale
Declaration
Field Value
Type |
Description |
Unity.Mathematics.float3 |
|
Methods
Declaration
public abstract void OnTransformUpdate(Entity entity, EntityManager manager)
Parameters
Implements
Explicit Interface Implementations
Declaration
float3 IEntityTransformProvider.EntityRotation { get; set; }
Returns
Type |
Description |
Unity.Mathematics.float3 |
|
Implements
Declaration
float3 IEntityTransformProvider.EntityScale { get; set; }
Returns
Type |
Description |
Unity.Mathematics.float3 |
|
Implements
Declaration
float3 IEntityTransformProvider.EntityTranslation { get; set; }
Returns
Type |
Description |
Unity.Mathematics.float3 |
|
Implements