Table of Contents

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 = 0

Single point check - uses IntersectPoint query.

Raycast = 1

Raycast check - uses IntersectRay query.

Shapecast = 2

Shapecast check - uses IntersectShape query.