Struct ComponentTypes.Masks | Entities | 0.10.0-preview.6
docs.unity3d.com
    Show / Hide Table of Contents

    Struct ComponentTypes.Masks

    Namespace: Unity.Entities
    Syntax
    public struct Masks

    Fields

    m_BufferMask

    Declaration
    public ushort m_BufferMask
    Field Value
    Type Description
    UInt16

    m_SharedComponentMask

    Declaration
    public ushort m_SharedComponentMask
    Field Value
    Type Description
    UInt16

    m_SystemStateComponentMask

    Declaration
    public ushort m_SystemStateComponentMask
    Field Value
    Type Description
    UInt16

    m_ZeroSizedMask

    Declaration
    public ushort m_ZeroSizedMask
    Field Value
    Type Description
    UInt16

    Properties

    Buffers

    Declaration
    public int Buffers { get; }
    Property Value
    Type Description
    Int32

    SharedComponents

    Declaration
    public int SharedComponents { get; }
    Property Value
    Type Description
    Int32

    SystemStateComponents

    Declaration
    public int SystemStateComponents { get; }
    Property Value
    Type Description
    Int32

    ZeroSizeds

    Declaration
    public int ZeroSizeds { get; }
    Property Value
    Type Description
    Int32

    Methods

    IsSharedComponent(Int32)

    Declaration
    public bool IsSharedComponent(int index)
    Parameters
    Type Name Description
    Int32 index
    Returns
    Type Description
    Boolean

    IsZeroSized(Int32)

    Declaration
    public bool IsZeroSized(int index)
    Parameters
    Type Name Description
    Int32 index
    Returns
    Type Description
    Boolean
    In This Article
    • Fields
      • m_BufferMask
      • m_SharedComponentMask
      • m_SystemStateComponentMask
      • m_ZeroSizedMask
    • Properties
      • Buffers
      • SharedComponents
      • SystemStateComponents
      • ZeroSizeds
    • Methods
      • IsSharedComponent(Int32)
      • IsZeroSized(Int32)
    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