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

    Class ExcludeComponentAttribute

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

    Constructors

    ExcludeComponentAttribute(Type[])

    Declaration
    public ExcludeComponentAttribute(params Type[] excludeComponents)
    Parameters
    Type Name Description
    System.Type[] excludeComponents

    Fields

    ExcludeComponents

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