Unit X3DCastleScript
Description
CastleScript utilities for usage as VRML scripts.
Uses
Overview
Classes, Interfaces, Objects and Records
Functions and Procedures
Description
Functions and Procedures
procedure X3DCasScriptBeforeExecute(Value: TCasScriptValue; FieldOrEvent: TX3DFieldOrEvent); |
Do common things before VRML/X3D script with this variable is executed. This resets ValueAssigned (will be used in AfterExecute), and sets current variable's value from FieldOrEvent (if this is a field).
|
procedure X3DCasScriptAfterExecute(Value: TCasScriptValue; FieldOrEvent: TX3DFieldOrEvent; var LastEventTime: TX3DTime); |
Do common things after VRML/X3D script with this variable is executed. This checks ValueAssigned, and propagates value change to appropriate field/event, sending event/setting field.
|
Generated by PasDoc 0.12.1 on 2013-02-04 20:26:53
|