Enum TileCheckType
- Namespace
- MoonBark.GridPlacement.Godot.Placement.PlacementRules
- Assembly
- MoonBark.GridPlacement.Godot.dll
Defines the type of physics check performed by a TileCheckRule.
public enum TileCheckType
Fields
Point = 0Single point check - uses IntersectPoint query.
Raycast = 1Raycast check - uses IntersectRay query.
Shapecast = 2Shapecast check - uses IntersectShape query.