com.theoworlds.builder.settings.FurnitureSettings

com.theoworlds.builder.settings.FurnitureSettings

FurnitureSettings class stores the settings of a Furniture object

Version

1.0

Author

© TheoWorlds.com, 2007—2009.

Summary
com.theoworlds.builder.settings.FurnitureSettingsFurnitureSettings class stores the settings of a Furniture object
Variables
selectableis the furniture selectable?
objectShapedefines the furniture shape configuration -- check the documentation
registrationTiledefines the furniture registration tile (for complex furniture that covers multiple tiles) -- check the documentation
Functions
FurnitureSettings

Variables

selectable

public var selectable: Boolean

is the furniture selectable?

objectShape

public var objectShape: String

defines the furniture shape configuration -- check the documentation

registrationTile

public var registrationTile: String

defines the furniture registration tile (for complex furniture that covers multiple tiles) -- check the documentation

Functions

FurnitureSettings

public function FurnitureSettings(type: Number)
This class and its inheritants is used to organize the map object parameters
public var selectable: Boolean
is the furniture selectable?
public var objectShape: String
defines the furniture shape configuration -- check the documentation
public var registrationTile: String
defines the furniture registration tile (for complex furniture that covers multiple tiles) -- check the documentation
public function FurnitureSettings(type: Number)
Close