Translate camera instruction set
This commit is contained in:
@@ -9,7 +9,7 @@ import (
|
||||
// CameraInstruction gives a custom camera specific instructions to operate.
|
||||
type CameraInstruction struct {
|
||||
// Set is a camera instruction that sets the camera to a specified preset.
|
||||
Set protocol.Optional[protocol.CameraInstructionSet]
|
||||
Set protocol.Optional[proto.CameraInstructionSet]
|
||||
// Clear can be set to true to clear all the current camera instructions.
|
||||
Clear protocol.Optional[bool]
|
||||
// Fade is a camera instruction that fades the screen to a specified colour.
|
||||
|
||||
Reference in New Issue
Block a user