Class TInlineLoadControlNode
Unit
X3DNodes
Declaration
type TInlineLoadControlNode = class(TInlineNode)
Description
Embed another X3D scene into the current scene, with explicit "load" control (VRML 97 version).
Note that our TInlineNode conforms to the newer X3D standard, and so it already has a TInlineNode.Load property. This node is implemented only for compatibility with VRML 97. It has additional "children" output field.
Hierarchy
Overview
Methods
Properties
Description
Methods
 |
procedure AfterLoadInlined; override; |
|
 |
procedure CreateNode; override; |
|
 |
class function ClassX3DType: string; override; |
|
 |
class function URNMatching(const URN: string): boolean; override; |
|
Properties
Generated by PasDoc 0.15.0.
|