FlashController::SetFlashFlags
Defined in:
Sets the flash flags.
C4Controller.h
Prototype
void SetFlashFlags(uint32 flags);
Parameters
flags |
The new flash flags. |
Description
The SetFlashFlags
function sets the flash flags to the value specified by the flags
parameter. This can be a combination (through logical OR) of the following constants.kFlashNonpersistent |
The light node is deleted after the flash effect has finished. |
See Also