Method | Description | |
---|---|---|
AddAmbientLight ( Color color ) : void |
Add ambient lighting to probe data.
|
|
AddDirectionalLight ( Vector3 direction, Color color, float intensity ) : void |
Add directional light to probe data.
|
|
Clear ( ) : void |
Clears SH probe to zero.
|
|
Equals ( object other ) : bool | ||
GetHashCode ( ) : int | ||
operator ( ) : |
||
operator ( ) : bool | ||
this ( int rgb, int coefficient ) : float |
Method | Description | |
---|---|---|
AddAmbientLightInternal ( Color color, |
||
AddDirectionalLightInternal ( Vector3 direction, Color color, |
||
ClearInternal ( |
||
INTERNAL_CALL_AddAmbientLightInternal ( Color &color, |
||
INTERNAL_CALL_AddDirectionalLightInternal ( Vector3 &direction, Color &color, |
||
INTERNAL_CALL_ClearInternal ( |
public AddAmbientLight ( Color color ) : void | ||
color | Color | |
return | void |
public AddDirectionalLight ( Vector3 direction, Color color, float intensity ) : void | ||
direction | Vector3 | |
color | Color | |
intensity | float | |
return | void |
public static operator ( ) : |
||
return |
public this ( int rgb, int coefficient ) : float | ||
rgb | int | |
coefficient | int | |
return | float |