struct PhysicsBodyComponent

Defined in:

utils/physics_systems.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(typ : PhysicsMaterial, id : LibEngine::Body) #

[View source]

Class Method Detail

def self.component_index #

Instance Method Detail

def clone #

[View source]
def copy_with(typ _typ = @typ, id _id = @id) #

[View source]
def id : LibEngine::Body #

def typ : PhysicsMaterial #