SRoomFloor

Index

Properties Index

Property Name

bool Enabled get set

string Name get

string Description get

SGameObject[] Furniture get

int Owner get

SGameObject GameObject get

Properties

Enabled

bool Enabled get set

Status of enable or disable room floor component

Space.Host.ExecutingObject.Floor.Enabled = false

Name

string Name get

Name of this floor

Description

string Description get

Description of this floor.

IsDefaultFloor

bool IsDefaultFloor get

Is this default floor?

Furniture

SGameObject[] Furniture get

Get all furniture game objects

Owner

int Owner get

Return the ID of the user account that owns this room floor, if any.

GameObject

SGameObject GameObject get

Property Description

Last updated

Was this helpful?