Class RequireComponentTagAttribute | Entities | 0.8.0-preview.8
docs.unity.cn
    Show / Hide Table of Contents

    Class RequireComponentTagAttribute

    Inheritance
    Object
    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
    Type[] tagComponents

    Fields

    TagComponents

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