Table of Contents

Enum BlockAreaSource

Namespace
GridForge.Blockers

Sources that can define the world-space area covered by a bounds blocker.

public enum BlockAreaSource

Fields

Collider = 2

Uses enabled collider bounds.

Manual = 0

Uses explicitly authored fixed-point bounds.

Renderer = 3

Uses enabled renderer bounds.

Transform = 1

Uses the component transform position and scale.