struct

PointClickEngine::Actions::ActionCheckpoint

Inherits Struct < Value < Object

Represents a checkpoint in the action sequence

Constructors

new(name : String, time : Float32 = 0.0_f32, action_index : Int32 = 0)
Source

Instance methods

action_index
Source
action_index=(action_index : Int32)
Source
name
Source
name=(name : String)
Source
time
Source
time=(time : Float32)
Source