Interface IEntityTransformProvider | DOTS Timeline | 0.4.0-preview.5
docs.unity3d.com
    Show / Hide Table of Contents

    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
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023