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 rotation best repsented by a 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