class Speed

Defined in:

components.cr

Constructors

Instance Method Summary

Instance methods inherited from class ECS::Component

component : Component.class component, downcast downcast

Constructor Detail

def self.new(speed : Float = 0.0) #

[View source]

Instance Method Detail

def component : Component.class #

[View source]
def speed : Float64 #

[View source]
def speed=(speed : Float64) #

[View source]