Class TSeparatorNode_1

Unit

Declaration

type TSeparatorNode_1 = class(TAbstractSeparatorNode_1)

Description

No description available, ancestor TAbstractSeparatorNode_1 description follows

Base class for VRML 1.0 nodes that push / pop all attributes and matrices. It is used in implementation of VRML 1.0 Separator and WWWAnchor. Also WWWInline does the same work, when it's "separate" field is true.

Hierarchy

Overview

Methods

Public procedure CreateNode; override;
Public class function ClassX3DType: string; override;
Public class function ForVRMLVersion(const Version: TX3DVersion): Boolean; override;

Properties

Public property FdRenderCulling: TSFEnum read FFdRenderCulling;

Description

Methods

Public procedure CreateNode; override;

Automatically generated node properties.

Do not edit this file manually! To add new properties: - add them to the text files in tools/internal/x3d-nodes-to-pascal/nodes-specification/ , - and regenerate include files by running x3d-nodes-to-pascal

Public class function ClassX3DType: string; override;
 
Public class function ForVRMLVersion(const Version: TX3DVersion): Boolean; override;
 

Properties

Public property FdRenderCulling: TSFEnum read FFdRenderCulling;

Internal wrapper for property RenderCulling. This wrapper API may change, we advise to access simpler RenderCulling instead.


Generated by PasDoc 0.16.0.