Class ShadowCasterGroup2D
  
Inheritance
ShadowCasterGroup2D
 
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