immersive-home/docs/reference/lib--stores--house.md
2024-03-17 00:14:31 +01:00

2.9 KiB

House

Inherits: Store

Description

Stores information about the house, its rooms and entities

Properties

Name Type Default
align_position1 Vector3
align_position2 Vector3
entities Variant
rooms Variant

Methods

Returns Name
void _init ( )
void clear ( )
Variant get_room ( name: Variant )

Constants

StoreClass = <Object>

No description provided yet.

Property Descriptions

align_position1: Vector3

No description provided yet.

align_position2: Vector3

No description provided yet.

entities: Variant

Type Entity id: String position: Vec3 rotation: Vec3 room: String

rooms: Variant

Type Room name: String corners: Vec2[] height: float

Method Descriptions

_init ( ) -> void

No description provided yet.

clear ( ) -> void

No description provided yet.

get_room (name: Variant ) -> Variant

No description provided yet.