Show / Hide Table of Contents

Querying

Sylves contains many methods for querying how the cells are arranged in space.

FindCell(Vector3)

Looks up the cell that contains a given point in space

FindCell(Matrix4x4)

Finds the cell and cell rotation that have a transform/rotation/scale closest to the given transform matrix.

GetCellsIntersectsApprox

Finds all cells that overlap a given axis aligned rectangle or cuboid. Can potentially return extra cells outside the rectangle.

Raycast

Finds all the cells intersecting a ray extending out from a given point.

In this article
Back to top Generated by DocFX