ThingVisible Property |  |
Hartismere School[This is preliminary documentation and is subject to change.]
Gets or Sets the Things Visibility. If set to true the Thing is placed in the current room.
Namespace: EJW.TextBasedAdventureAssembly: EJW.TextBasedAdventure (in EJW.TextBasedAdventure.dll) Version: 2.0.5850.21153
Syntaxpublic bool Visible { get; set; }
Public Property Visible As Boolean
Get
Set
public:
property bool Visible {
bool get ();
void set (bool value);
}
member Visible : bool with get, set
Property Value
Type:
Boolean
See Also