docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Operator implicit operator

    implicit operator ComponentType(Type)

    Creates a new component type based on the type passed in

    Declaration
    [ExcludeFromBurstCompatTesting("Takes a managed Type")]
    public static implicit operator ComponentType(Type type)
    Parameters
    Type Name Description
    Type type

    The managed type

    Returns
    Type Description
    ComponentType

    The new ComponentType with ReadWrite

    In This Article
    • implicit operator ComponentType(Type)
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)