Class WorldSystemFilterAttribute | Entities | 0.3.0-preview.4
docs.unity.cn
    Show / Hide Table of Contents

    Class WorldSystemFilterAttribute

    For internal use only.

    Inheritance
    Object
    Attribute
    WorldSystemFilterAttribute
    Namespace: Unity.Entities
    Syntax
    [AttributeUsage(AttributeTargets.Class)]
    public sealed class WorldSystemFilterAttribute : Attribute, _Attribute
    Remarks

    Defines where internal Unity systems should be created. The existence of these Worlds is subject to change.

    Constructors

    WorldSystemFilterAttribute(WorldSystemFilterFlags)

    For internal use only.

    Declaration
    public WorldSystemFilterAttribute(WorldSystemFilterFlags flags)
    Parameters
    Type Name Description
    WorldSystemFilterFlags flags

    Defines where internal Unity systems should be created.

    Fields

    FilterFlags

    The World the system belongs in.

    Declaration
    public WorldSystemFilterFlags FilterFlags
    Field Value
    Type Description
    WorldSystemFilterFlags
    Back to top Copyright © 2019 Unity Technologies
    Generated by DocFX