Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
glove
master
Top Level Namespace
Glove
AbstractApp
Action
Actions
ChangeColor
ChangeTexture
ChangeZ
Delay
Kill
MoveBy
ReplaceScene
RotateBy
ScaleTo
Sequence
Spawn
App
AssetManager
Color
Component
Components
Camera
Color
CursorTracking
Parallax
Texture
Transform
Z
Cursor
Entity
EntityApp
EntityCollection
Event
EventHandler
EventQueue
Events
CursorEntered
CursorExited
Key
MousePressed
MouseReleased
Moved
Scrolled
GL
GLM
Mat4
TMat4
InstantAction
IntervalAction
Key
Metrics
Server
Store
Point
Quad
Rect
Renderer
Scene
Shader
ShaderProgram
Size
Space
System
Texture
Tween
Kind
EaseIn
EaseInOut
EaseOut
Linear
Vector
Built with Crystal 1.9.2
2023-10-07 11:10:10 UTC
abstract class
Glove::InstantAction
Glove::InstantAction
Glove::Action
Reference
Object
Direct Known Subclasses
Glove::Actions::ChangeTexture
Glove::Actions::ChangeZ
Glove::Actions::Kill
Glove::Actions::ReplaceScene
Defined in:
actions/instant.cr
Constructors
.new
Instance Method Summary
#done?
: Bool
#duration
#duration_spent
#start
#update
(_delta_time)
#update_wrapped
(delta_time)
Instance methods inherited from class
Glove::Action
update(delta_time : Float32)
update
,
update_wrapped(delta_time : Float32)
update_wrapped
Constructor Detail
def self.
new
#
[
View source
]
Instance Method Detail
def
done?
: Bool
#
[
View source
]
def
duration
#
[
View source
]
def
duration_spent
#
[
View source
]
def
start
#
[
View source
]
abstract def
update
(_delta_time)
#
[
View source
]
def
update_wrapped
(delta_time)
#
[
View source
]