SpacialMap2D

Constructors

this
this()

Members

Functions

add
void add(Collider2D collider)

Should not be called in most circumstances

add
void add(Collider2D[] colliders)

Should not be called in most circumstances

mapColliders
void mapColliders()
markCollisions
void markCollisions()
remove
void remove(Collider2D collider)

Should not be called in most circumstances

remove
void remove(Collider2D[] colliders)

Should not be called in most circumstances

resolveCollisions
void resolveCollisions()
updateBucketSize
void updateBucketSize(Collider2D collider)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

bucketPadding
int bucketPadding;

Meta