Property | Type | Description | |
---|---|---|---|
completed | OnCompletedFunction |
Property | Type | Description | |
---|---|---|---|
Bake | bool | ||
BakeAllReflectionProbesSnapshots | bool | ||
BakeAsync | bool | ||
BakeLightProbesOnly | bool | ||
BakeLightProbesOnlyAsync | bool | ||
BakeReflectionProbe | bool | ||
BakeReflectionProbeSnapshot | bool | ||
BakeSelected | bool | ||
BakeSelectedAsync | bool | ||
Cancel | void | ||
Clear | void | ||
ClearDiskCache | void | ||
ClearLightingDataAsset | void | ||
ClearPrecompSetIsDone | void | ||
GetTerrainGIChunks | void | ||
Internal_CallCompletedFunctions | void | ||
PrintStateToConsole | void | ||
Tetrahedralize | void | ||
UpdateCachePath | void |
Method | Description | |
---|---|---|
BakeMultipleScenes ( string paths ) : void |
Bakes an array of scenes.
|
Method | Description | |
---|---|---|
Bake ( ) : bool | ||
BakeAllReflectionProbesSnapshots ( ) : bool | ||
BakeAsync ( ) : bool | ||
BakeLightProbesOnly ( ) : bool | ||
BakeLightProbesOnlyAsync ( ) : bool | ||
BakeReflectionProbe ( |
||
BakeReflectionProbeSnapshot ( |
||
BakeSelected ( ) : bool | ||
BakeSelectedAsync ( ) : bool | ||
Cancel ( ) : void | ||
Clear ( ) : void | ||
ClearDiskCache ( ) : void | ||
ClearLightingDataAsset ( ) : void | ||
ClearPrecompSetIsDone ( ) : void | ||
GetTerrainGIChunks ( |
||
Internal_CallCompletedFunctions ( ) : void | ||
PrintStateToConsole ( ) : void | ||
Tetrahedralize ( Vector3 positions, int &outIndices, Vector3 &outPositions ) : void | ||
UpdateCachePath ( ) : void |
public static BakeMultipleScenes ( string paths ) : void | ||
paths | string | The path of the scenes that should be baked. |
return | void |