docs.unity.cn
    Show / Hide Table of Contents

    Operator Implicit

    Implicit(EnabledRefRW<T> to EnabledRefRO<T>)

    Convert into a read-only version EnabledRefRO of this EnabledRefRW

    Declaration
    public static implicit operator EnabledRefRO<T>(EnabledRefRW<T> componentEnabledRefRW)
    Parameters
    Type Name Description
    EnabledRefRW<T> componentEnabledRefRW

    The read-write reference to convert to read-only

    Returns
    Type Description
    EnabledRefRO<T>

    The EnabledRefRO

    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on Wednesday, June 21, 2023