Enum BlockAreaSource
Sources that can define the world-space area covered by a bounds blocker.
public enum BlockAreaSource
Fields
Collider = 2Uses enabled collider bounds.
Manual = 0Uses explicitly authored fixed-point bounds.
Renderer = 3Uses enabled renderer bounds.
Transform = 1Uses the component transform position and scale.