Class TCasScriptVec4dArray

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TCasScriptVec4dArray = class(TCasScriptArray)

Description

no description available, TCasScriptArray description follows
no description available, TCasScriptValue description follows
no description available, TCasScriptExpression description follows

Hierarchy

Overview

Methods

Public constructor Create(const AWriteable: boolean; const AValue: TVector4DoubleList);
Public constructor Create(const AWriteable: boolean); override;
Public destructor Destroy; override;
Public procedure AssignValue(Source: TCasScriptValue); override;

Properties

Public property Value: TVector4DoubleList read FValue write SetValue;

Description

Methods

Public constructor Create(const AWriteable: boolean; const AValue: TVector4DoubleList);
 
Public constructor Create(const AWriteable: boolean); override;
 
Public destructor Destroy; override;
 
Public procedure AssignValue(Source: TCasScriptValue); override;
 

Properties

Public property Value: TVector4DoubleList read FValue write SetValue;

Array value. Assigning here makes a copy of the array.


Generated by PasDoc 0.12.1 on 2013-02-04 20:26:52