Class ShadowCasterGroup2D | Universal RP | 7.2.1
docs.unity.cn
    Show / Hide Table of Contents

    Class ShadowCasterGroup2D

    Inheritance
    Object
    ShadowCasterGroup2D
    CompositeShadowCaster2D
    ShadowCaster2D
    Namespace: UnityEngine.Experimental.Rendering.Universal
    Syntax
    public abstract class ShadowCasterGroup2D : MonoBehaviour

    Methods

    GetShadowCasters()

    Declaration
    public List<ShadowCaster2D> GetShadowCasters()
    Returns
    Type Description
    List<ShadowCaster2D>

    GetShadowGroup()

    Declaration
    public int GetShadowGroup()
    Returns
    Type Description
    Int32

    RegisterShadowCaster2D(ShadowCaster2D)

    Declaration
    public void RegisterShadowCaster2D(ShadowCaster2D shadowCaster2D)
    Parameters
    Type Name Description
    ShadowCaster2D shadowCaster2D

    UnregisterShadowCaster2D(ShadowCaster2D)

    Declaration
    public void UnregisterShadowCaster2D(ShadowCaster2D shadowCaster2D)
    Parameters
    Type Name Description
    ShadowCaster2D shadowCaster2D
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX