Class TCasScriptEnvironment
Unit
CastleScript
Declaration
type TCasScriptEnvironment = class(TObject)
Description
Various information that may be useful for implementing some function handlers, but that should be supplied from outside of CastleScript.
Hierarchy
- TObject
- TCasScriptEnvironment
Overview
Properties
 |
property BaseUrl: string read FBaseUrl write FBaseUrl; |
Description
Properties
 |
property BaseUrl: string read FBaseUrl write FBaseUrl; |
Base URL to use for relative filenames. Similar to TX3DNode.BaseUrl.
|
Generated by PasDoc 0.12.1 on 2013-02-04 20:26:52
|