menu
raylib_dartified_unhinged package
documentation
core/raylib_dartified_unhinged.dart
CStateMachineStateDef
CStateMachineStateDef.new constructor
CStateMachineStateDef.new constructor
dark_mode
light_mode
CStateMachineStateDef
constructor
CStateMachineStateDef
(
String
name
, {
void
onEnter
()?,
void
onExit
()?,
void
onUpdate
(
double
dt
)?,
})
Implementation
CStateMachineStateDef(this.name, {this.onEnter, this.onExit, this.onUpdate});
raylib_dartified_unhinged package
documentation
core/raylib_dartified_unhinged
CStateMachineStateDef
CStateMachineStateDef.new constructor
CStateMachineStateDef class