Struct ComponentType | Entities | 0.2.0-preview.18
docs.unity3d.com
    Show / Hide Table of Contents

    Struct ComponentType

    Namespace: Unity.Entities
    Syntax
    public struct ComponentType : IEquatable<ComponentType>

    Constructors

    ComponentType(Type, ComponentType.AccessMode)

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

    Fields

    AccessModeType

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

    TypeIndex

    Declaration
    public int TypeIndex
    Field Value
    Type Description
    Int32

    Properties

    HasEntityReferences

    Declaration
    public bool HasEntityReferences { get; }
    Property Value
    Type Description
    Boolean

    IsBuffer

    Declaration
    public bool IsBuffer { get; }
    Property Value
    Type Description
    Boolean

    IsChunkComponent

    Declaration
    public bool IsChunkComponent { get; }
    Property Value
    Type Description
    Boolean

    IsManagedComponent

    Declaration
    public bool IsManagedComponent { get; }
    Property Value
    Type Description
    Boolean

    IsSharedComponent

    Declaration
    public bool IsSharedComponent { get; }
    Property Value
    Type Description
    Boolean

    IsSystemStateComponent

    Declaration
    public bool IsSystemStateComponent { get; }
    Property Value
    Type Description
    Boolean

    IsSystemStateSharedComponent

    Declaration
    public bool IsSystemStateSharedComponent { get; }
    Property Value
    Type Description
    Boolean

    IsZeroSized

    Declaration
    public bool IsZeroSized { get; }
    Property Value
    Type Description
    Boolean

    Methods

    ChunkComponent(Type)

    Declaration
    public static ComponentType ChunkComponent(Type type)
    Parameters
    Type Name Description
    Type type
    Returns
    Type Description
    ComponentType

    ChunkComponent<T>()

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

    ChunkComponentReadOnly<T>()

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

    Equals(Object)

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

    Equals(ComponentType)

    Declaration
    public bool Equals(ComponentType other)
    Parameters
    Type Name Description
    ComponentType other
    Returns
    Type Description
    Boolean

    Exclude(Type)

    Declaration
    public static ComponentType Exclude(Type type)
    Parameters
    Type Name Description
    Type type
    Returns
    Type Description
    ComponentType

    Exclude<T>()

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

    FromTypeIndex(Int32)

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

    GetHashCode()

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

    GetManagedType()

    Declaration
    public Type GetManagedType()
    Returns
    Type Description
    Type

    ReadOnly(Int32)

    Declaration
    public static ComponentType ReadOnly(int typeIndex)
    Parameters
    Type Name Description
    Int32 typeIndex
    Returns
    Type Description
    ComponentType

    ReadOnly(Type)

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

    ReadOnly<T>()

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

    ReadWrite<T>()

    Declaration
    public static ComponentType ReadWrite<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
    Boolean

    GreaterThan(ComponentType, ComponentType)

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

    Implicit(Type to ComponentType)

    Declaration
    public static implicit operator ComponentType(Type type)
    Parameters
    Type Name Description
    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
    Boolean

    LessThan(ComponentType, ComponentType)

    Declaration
    public static bool operator <(ComponentType lhs, ComponentType rhs)
    Parameters
    Type Name Description
    ComponentType lhs
    ComponentType rhs
    Returns
    Type Description
    Boolean
    Back to top Copyright © 2019 Unity Technologies
    Generated by DocFX