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