CameraBlockPlan Type
The plan for one camera block (BeginCamera/BeginCameraConfig … EndCamera).
Record fields
| Record Field |
Description
|
Full Usage:
EndIndex
Field type: int
|
The buffer index one past the block's last command (its
|
Full Usage:
HasLightCommands
Field type: bool
|
Whether the block contains at least one light command.
|
Full Usage:
InitialCastEnabled
Field type: bool
|
The running
|
|
The block's final light set. A block with light commands starts from the frame defaults and applies its own commands in-order (ambient overwrites; directional/point/spot append). A block without light commands inherits the running light set at its start: the previous block's final set plus any light commands issued between the two blocks.
|
|
The block's shadow origin override, if
|
Full Usage:
StartIndex
Field type: int
|
The buffer index of the block's first command (one past its Begin command).
|
Mibo