C# Class UnityEngine.Experimental.Rendering.Universal.ShadowCaster2D

Inheritance: UnityEngine.Experimental.Rendering.Universal.ShadowCasterGroup2D
Show file Open project: bioumaiquan/URP_Extension Class Usage Examples

Private Properties

Property Type Description
Awake void
IsShadowedLayer bool
Reset void
SetDefaultSortingLayers int[]

Public Methods

Method Description
Update ( ) : void

Protected Methods

Method Description
OnDisable ( ) : void
OnEnable ( ) : void

Private Methods

Method Description
Awake ( ) : void
IsShadowedLayer ( int layer ) : bool
Reset ( ) : void
SetDefaultSortingLayers ( ) : int[]

Method Details

OnDisable() protected method

protected OnDisable ( ) : void
return void

OnEnable() protected method

protected OnEnable ( ) : void
return void

Update() public method

public Update ( ) : void
return void