Class LevelInfoGrid3D
This component contains information about a generated level.
Inherited Members
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.