Show / Hide Table of Contents

Class RoomInfoGrid3D

This component contains information about a single room in the generated level.

Inheritance
System.Object
RoomInfoBase<RoomInstanceGrid3D>
RoomInfoGrid3D
Inherited Members
RoomInfoBase<RoomInstanceGrid3D>.RoomInstance
Namespace: Edgar.Unity
Assembly: cs.temp.dll.dll
Syntax
public class RoomInfoGrid3D : RoomInfoBase<RoomInstanceGrid3D>
Remarks

The component is attached to the root game object of the corresponding room template instance. Room template game objects are places inside the root game object of the generated level.

Example usage: After a level is generated, you can get the RoomInstance of the corresponding room template. After a level is generated, you can peek the data assigned to the room template, e.g. its position.

In This Article
Back to top Generated by DocFX