Interface IEntityTransformProvider
Interface that provides a transform to an entity. Used to update spawn items from the editor
Namespace: Unity.Timeline.Hybrid
Syntax
public interface IEntityTransformProvider
Properties
EntityRotation
Declaration
float3 EntityRotation { get; set; }
Property Value
Type | Description |
---|---|
float3 |
EntityScale
Declaration
float3 EntityScale { get; set; }
Property Value
Type | Description |
---|---|
float3 |
EntityTranslation
Declaration
float3 EntityTranslation { get; set; }
Property Value
Type | Description |
---|---|
float3 |
Methods
OnTransformUpdate(Entity, EntityManager)
Declaration
void OnTransformUpdate(Entity entity, EntityManager manager)
Parameters
Type | Name | Description |
---|---|---|
Entity | entity | |
EntityManager | manager |