Class RequireComponentTagAttribute | Package Manager UI website
docs.unity.cn
    Show / Hide Table of Contents

    Class RequireComponentTagAttribute

    Inheritance
    System.Object
    System.Attribute
    RequireComponentTagAttribute
    Namespace: Unity.Entities
    Syntax
    [AttributeUsage(AttributeTargets.Struct)]
    public class RequireComponentTagAttribute : Attribute, _Attribute

    Constructors

    RequireComponentTagAttribute(Type[])

    Declaration
    public RequireComponentTagAttribute(params Type[] tagComponents)
    Parameters
    Type Name Description
    System.Type[] tagComponents

    Fields

    TagComponents

    Declaration
    public Type[] TagComponents
    Field Value
    Type Description
    System.Type[]
    Back to top Copyright © 2019 Unity Technologies
    Generated by DocFX