Class ShadowCasterGroup2D
Inheritance
ShadowCasterGroup2D
Inherited Members
UnityEngine.Object.FindObjectsOfType<T>(System.Boolean)
UnityEngine.Object.FindObjectOfType<T>(System.Boolean)
Syntax
public abstract class ShadowCasterGroup2D : MonoBehaviour
Methods
GetShadowCasters()
Declaration
public List<ShadowCaster2D> GetShadowCasters()
Returns
GetShadowGroup()
Declaration
public int GetShadowGroup()
Returns
RegisterShadowCaster2D(ShadowCaster2D)
Declaration
public void RegisterShadowCaster2D(ShadowCaster2D shadowCaster2D)
Parameters
UnregisterShadowCaster2D(ShadowCaster2D)
Declaration
public void UnregisterShadowCaster2D(ShadowCaster2D shadowCaster2D)
Parameters