Introduction
Units
Class Hierarchy
Classes, Interfaces, Objects and Records
Types
Variables
Constants
Functions and Procedures
Identifiers
CastleSceneCore
type TTransformInstancesList = class(TX3DNodeList)
List of transform nodes (ITransformNode), used to extract TShapeTreeList for this node.
function Instances(Node: TX3DNode; const AutoCreate: boolean): TShapeTreeList;
procedure FreeShapeTrees;
Returns existing TShapeTreeList corresponding to given Node. If not found, and AutoCreate, then creates new. If not found, and not AutoCreate, then return Nil.
Nil