Method CreateReflectionProbeTarget
CreateReflectionProbeTarget(int)
Create the texture target for a baked reflection probe.
Declaration
public static Cubemap CreateReflectionProbeTarget(int cubemapSize)
Parameters
| Type | Name | Description |
|---|---|---|
| int | cubemapSize | The size of the cubemap. |
Returns
| Type | Description |
|---|---|
| Cubemap | The target cubemap. |