docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method GetTransformLookup

    GetTransformLookup(bool)

    Manually gets a TransformLookup object that can access a TransformRef.

    Declaration
    public TransformLookup GetTransformLookup(bool isReadOnly = false)
    Parameters
    Type Name Description
    bool isReadOnly

    Whether the transform data is only read or is also written. Access data in a read-only fashion whenever possible.

    Returns
    Type Description
    TransformLookup

    An array-like object that provides access to transform data, indexed by Entity.

    Remarks

    Remember to call TransformLookup.Update(ref SystemState).

    See Also
    ComponentLookup<T>
    In This Article
    Back to top
    Copyright © 2026 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)