Class TKambiInlineNode
Unit
Declaration
type TKambiInlineNode = class(TInlineNode)
Description
Embed a scene from another file, and replace some of it's nodes. See https://castle-engine.io/x3d_extensions.php#section_ext_kambi_inline .
Hierarchy
- TObject
- TPersistent
- TX3DFileItem
- TX3DNode
- TAbstractNode
- TAbstractChildNode
- TAbstractInternalGroupingNode
- TInlineNode
- TKambiInlineNode
Overview
Methods
procedure AfterLoadInlined; override; |
|
procedure CreateNode; override; |
|
class function ClassX3DType: String; override; |
|
procedure SetReplaceNames(const Value: array of string); overload; |
|
procedure SetReplaceNames(const Value: TCastleStringList); overload; |
|
procedure SetReplaceNodes(const Value: array of TAbstractNode); |
Properties
property FdReplaceNames: TMFString read FFdReplaceNames; |
|
property FdReplaceNodes: TMFNode read FFdReplaceNodes; |
Description
Methods
procedure AfterLoadInlined; override; |
|
This item has no description. Showing description inherited from TInlineNode.AfterLoadInlined.
You can override this to do anything after the Inline children were loaded. It's called only after actual loading occurred, e.g. it's not called when LoadInlined was called on the already-loaded node with CanReload = |
procedure CreateNode; override; |
|
Create node fields and events. |
class function ClassX3DType: String; override; |
|
This item has no description. Showing description inherited from TX3DNode.ClassX3DType. Node type name in VRML/X3D, for this class. Normal VRML/X3D node classes should override this to return something non-empty, and then X3DType automatically will return the same value. Empty for classes that don't have a hardcoded VRML/X3D node name, like a special TX3DUnknownNode. Such special classes should override then X3DType to return actual non-empty name there. You usually should call X3DType. The only use of this method is that it works on classes (it's "class function"), without needing at actual instance. |
procedure SetReplaceNames(const Value: array of string); overload; |
|
This item has no description. |
procedure SetReplaceNames(const Value: TCastleStringList); overload; |
|
This item has no description. |
procedure SetReplaceNodes(const Value: array of TAbstractNode); |
|
This item has no description. |
Properties
property FdReplaceNames: TMFString read FFdReplaceNames; |
|
Internal wrapper for property |
property FdReplaceNodes: TMFNode read FFdReplaceNodes; |
|
Internal wrapper for property |
Generated by PasDoc 0.16.0-snapshot.