Class TCasScriptMatrix3fArray

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TCasScriptMatrix3fArray = 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: TMatrix3SingleList);
Public constructor Create(const AWriteable: boolean); override;
Public destructor Destroy; override;
Public procedure AssignValue(Source: TCasScriptValue); override;

Properties

Public property Value: TMatrix3SingleList read FValue write SetValue;

Description

Methods

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

Properties

Public property Value: TMatrix3SingleList 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