Struct ComponentType | Package Manager UI website
docs.unity3d.com
    Show / Hide Table of Contents

    Struct ComponentType

    Inherited Members
    System.ValueType.ToString()
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetType()
    Namespace: Unity.Entities
    Syntax
    public struct ComponentType

    Constructors

    ComponentType(Type, ComponentType.AccessMode)

    Declaration
    public ComponentType(Type type, ComponentType.AccessMode accessModeType = ComponentType.AccessMode.ReadWrite)
    Parameters
    Type Name Description
    System.Type type
    ComponentType.AccessMode accessModeType

    Fields

    AccessModeType

    Declaration
    public ComponentType.AccessMode AccessModeType
    Field Value
    Type Description
    ComponentType.AccessMode

    FixedArrayLength

    Declaration
    public int FixedArrayLength
    Field Value
    Type Description
    System.Int32

    TypeIndex

    Declaration
    public int TypeIndex
    Field Value
    Type Description
    System.Int32

    Properties

    IsFixedArray

    Declaration
    public bool IsFixedArray { get; }
    Property Value
    Type Description
    System.Boolean

    Methods

    Create<T>()

    Declaration
    public static ComponentType Create<T>()
    Returns
    Type Description
    ComponentType
    Type Parameters
    Name Description
    T

    Equals(Object)

    Declaration
    public override bool Equals(object obj)
    Parameters
    Type Name Description
    System.Object obj
    Returns
    Type Description
    System.Boolean
    Overrides
    System.ValueType.Equals(System.Object)

    FixedArray(Type, Int32)

    Declaration
    public static ComponentType FixedArray(Type type, int numElements)
    Parameters
    Type Name Description
    System.Type type
    System.Int32 numElements
    Returns
    Type Description
    ComponentType

    FromTypeIndex(Int32)

    Declaration
    public static ComponentType FromTypeIndex(int typeIndex)
    Parameters
    Type Name Description
    System.Int32 typeIndex
    Returns
    Type Description
    ComponentType

    GetHashCode()

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    System.Int32
    Overrides
    System.ValueType.GetHashCode()

    GetManagedType()

    Declaration
    public Type GetManagedType()
    Returns
    Type Description
    System.Type

    ReadOnly(Type)

    Declaration
    public static ComponentType ReadOnly(Type type)
    Parameters
    Type Name Description
    System.Type type
    Returns
    Type Description
    ComponentType

    ReadOnly<T>()

    Declaration
    public static ComponentType ReadOnly<T>()
    Returns
    Type Description
    ComponentType
    Type Parameters
    Name Description
    T

    Subtractive(Type)

    Declaration
    public static ComponentType Subtractive(Type type)
    Parameters
    Type Name Description
    System.Type type
    Returns
    Type Description
    ComponentType

    Subtractive<T>()

    Declaration
    public static ComponentType Subtractive<T>()
    Returns
    Type Description
    ComponentType
    Type Parameters
    Name Description
    T

    Operators

    Equality(ComponentType, ComponentType)

    Declaration
    public static bool operator ==(ComponentType lhs, ComponentType rhs)
    Parameters
    Type Name Description
    ComponentType lhs
    ComponentType rhs
    Returns
    Type Description
    System.Boolean

    GreaterThan(ComponentType, ComponentType)

    Declaration
    public static bool operator>(ComponentType lhs, ComponentType rhs)
    Parameters
    Type Name Description
    ComponentType lhs
    ComponentType rhs
    Returns
    Type Description
    System.Boolean

    Implicit(Type to ComponentType)

    Declaration
    public static implicit operator ComponentType(Type type)
    Parameters
    Type Name Description
    System.Type type
    Returns
    Type Description
    ComponentType

    Inequality(ComponentType, ComponentType)

    Declaration
    public static bool operator !=(ComponentType lhs, ComponentType rhs)
    Parameters
    Type Name Description
    ComponentType lhs
    ComponentType rhs
    Returns
    Type Description
    System.Boolean

    LessThan(ComponentType, ComponentType)

    Declaration
    public static bool operator <(ComponentType lhs, ComponentType rhs)
    Parameters
    Type Name Description
    ComponentType lhs
    ComponentType rhs
    Returns
    Type Description
    System.Boolean
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023