Show / Hide Table of Contents

Class LevelInfoGrid3D

This component contains information about a generated level.

Inheritance
System.Object
LevelInfoBase<RoomInstanceGrid3D>
LevelInfoGrid3D
Inherited Members
LevelInfoBase<RoomInstanceGrid3D>.RoomInstances
Namespace: Edgar.Unity
Assembly: cs.temp.dll.dll
Syntax
public class LevelInfoGrid3D : LevelInfoBase<RoomInstanceGrid3D>
Remarks

The component is attached to the root game object of the generated level after it is generated.

Example usage: After a level is generated and you need to get all the rooms in the level, you can access this component to get the information.

In This Article
Back to top Generated by DocFX