Class TCasScriptImage
Unit
CastleScriptImages
Declaration
type TCasScriptImage = class(TCasScriptValue)
Description
no description available, TCasScriptValue description follows no description available, TCasScriptExpression description follows Hierarchy
Overview
Methods
Properties
Description
Methods
 |
constructor Create(const AWriteable: boolean; const AValue: TCastleImage); |
|
 |
constructor Create(const AWriteable: boolean); override; |
|
 |
destructor Destroy; override; |
|
Properties
 |
property Value: TCastleImage read FValue write SetValue; |
Image value. Assigning here makes a copy of the image.
|
Generated by PasDoc 0.13.0 on 2014-08-30 12:10:40
|