struct AttackAnimation

Defined in:

mechanics/human.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(angle1 : Float64, angle2 : Float64, time : Int32) #

[View source]

Class Method Detail

def self.component_index #

Instance Method Detail

def angle1 : Float64 #

def angle2 : Float64 #

def clone #

[View source]
def copy_with(angle1 _angle1 = @angle1, angle2 _angle2 = @angle2, time _time = @time) #

[View source]
def time : Int32 #