maze-project
Show / Hide Table of Contents

Enum MazeWasmInterop.MazeWasmCellType

Defines the type of a maze cell

Namespace: Maze.Wasm.Interop
Assembly: Maze.Wasm.Interop.dll
Syntax
public enum MazeWasmInterop.MazeWasmCellType

Fields

Name Description
Empty

An empty cell

Finish

A finishing cell within the maze

Start

A starting cell within the maze

Wall

A cell containing a wall, meaning it can't be passed through

In this article
Back to top Generated by DocFX