class Glove::Components::Parallax

Defined in:

components/parallax.cr

Constructors

Class Method Summary

Instance Method Summary

Instance methods inherited from class Glove::Component

update(entity, delta_time, space, app) update

Constructor Detail

def self.new(factor : Float32, offset_x : Float32, offset_y : Float32) #

[View source]

Class Method Detail

def self.sym #

[View source]

Instance Method Detail

def factor : Float32 #

[View source]
def offset_x : Float32 #

[View source]
def offset_y : Float32 #

[View source]