Table of Contents

Method RoomShapeOrFallback

Namespace
GrindFest.Editor
Assembly
GrindFest.dll

RoomShapeOrFallback(string, int, int)

Load a RoomShape asset and create SG_ManualRectangles from it. Falls back to StaticRect if the asset is not found.

protected ShapeGeneratorBase RoomShapeOrFallback(string roomShapeName, int fallbackWidth = 5, int fallbackDepth = 4)

Parameters

roomShapeName string
fallbackWidth int
fallbackDepth int

Returns

ShapeGeneratorBase