docs.unity.cn
    Show / Hide Table of Contents

    Struct PhysicsRenderEntity

    Stores a direct association to another Entity holding a graphical representation of a physics shape referenced by this Entity. This component is usually added where the edit time structure has separate hierarchies for the graphics and physical representations. i.e. a node that held a component but no component.

    Namespace: Unity.Physics.GraphicsIntegration
    Syntax
    public struct PhysicsRenderEntity : IComponentData

    Fields

    Entity

    An Entity containing the graphical representation of a physics shape.

    Declaration
    public Entity Entity
    Field Value
    Type Description
    Entity
    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on Tuesday, April 26, 2022
    Terms of use