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

    Class ExcludeComponentAttribute

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

    Fields

    ExcludeComponents

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