docs.unity.cn
    Show / Hide Table of Contents

    Operator Implicit

    Implicit(SystemRef<T> to SystemHandle<T>)

    Declaration
    public static implicit operator SystemHandle<T>(SystemRef<T> self)
    Parameters
    Type Name Description
    SystemRef<T> self
    Returns
    Type Description
    SystemHandle<T>

    Implicit(SystemRef<T> to SystemHandleUntyped)

    Declaration
    public static implicit operator SystemHandleUntyped(SystemRef<T> self)
    Parameters
    Type Name Description
    SystemRef<T> self
    Returns
    Type Description
    SystemHandleUntyped
    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on Wednesday, July 6, 2022
    Terms of use