Table of Contents

Method NewRoomShape

Namespace
GrindFest.Editor
Assembly
GrindFest.dll

NewRoomShape(string, params Vector3Int[])

Create (in-memory) a RoomShape with a single CellSet. Save with SaveRoomShape(RoomShape, string) to persist as an asset.

protected static RoomShape NewRoomShape(string name, params Vector3Int[] cells)

Parameters

name string
cells Vector3Int[]

Returns

RoomShape