CollisionShape

abstract class CollisionShape

Base class for all types of shapes that collision checks can be performed against.

Inheritors

Functions

Link copied to clipboard
abstract fun makeCopy(): CollisionShape
Link copied to clipboard
abstract fun rayIntersection(ray: Ray, result: RayHit): Boolean
Link copied to clipboard