BoxCollider

class in InfEngine.components.builtin

Inherits from: Collider

Description

A box-shaped collider primitive.

description

Properties

Name Type Description
size Any The size of the box collider in local space.

properties

Lifecycle Methods

Method Description
on_draw_gizmos_selected() → None Draw the collider wireframe when selected in the editor.

lifecycle_methods

Example

# TODO: Add example for BoxCollider

example

See Also

see_also