Class TLayoutNode
Unit
Declaration
type TLayoutNode = class(TAbstractLayoutNode)
Description
No description available, ancestor TAbstractLayoutNode description follows
No description available, ancestor TAbstractChildNode description follows
Abstract node type that indicates that the node may be used as a child of a grouping node, e.g. inside TAbstractX3DGroupingNode.FdChildren.
Hierarchy
- TObject
- TPersistent
- TNonRefCountedInterfacedPersistent
- TX3DFileItem
- TX3DNode
- TAbstractNode
- TAbstractChildNode
- TAbstractLayoutNode
- TLayoutNode
Overview
Methods
![]() |
procedure CreateNode; override; |
![]() |
class function ClassX3DType: string; override; |
![]() |
procedure SetAlign(const Value: array of string); |
![]() |
procedure SetAlign(const Value: TCastleStringList); |
![]() |
procedure SetOffset(const Value: array of Single); |
![]() |
procedure SetOffset(const Value: TSingleList); |
![]() |
procedure SetOffsetUnits(const Value: array of string); |
![]() |
procedure SetOffsetUnits(const Value: TCastleStringList); |
![]() |
procedure SetScaleMode(const Value: array of string); |
![]() |
procedure SetScaleMode(const Value: TCastleStringList); |
![]() |
procedure SetSize(const Value: array of Single); |
![]() |
procedure SetSize(const Value: TSingleList); |
![]() |
procedure SetSizeUnits(const Value: array of string); |
![]() |
procedure SetSizeUnits(const Value: TCastleStringList); |
Properties
![]() |
property FdAlign: TMFString read FFdAlign; |
![]() |
property FdOffset: TMFFloat read FFdOffset; |
![]() |
property FdOffsetUnits: TMFString read FFdOffsetUnits; |
![]() |
property FdScaleMode: TMFString read FFdScaleMode; |
![]() |
property FdSize: TMFFloat read FFdSize; |
![]() |
property FdSizeUnits: TMFString read FFdSizeUnits; |
Description
Methods
![]() |
procedure CreateNode; override; |
![]() |
class function ClassX3DType: string; override; |
![]() |
procedure SetAlign(const Value: array of string); |
![]() |
procedure SetAlign(const Value: TCastleStringList); |
![]() |
procedure SetOffset(const Value: array of Single); |
![]() |
procedure SetOffset(const Value: TSingleList); |
![]() |
procedure SetOffsetUnits(const Value: array of string); |
![]() |
procedure SetOffsetUnits(const Value: TCastleStringList); |
![]() |
procedure SetScaleMode(const Value: array of string); |
![]() |
procedure SetScaleMode(const Value: TCastleStringList); |
![]() |
procedure SetSize(const Value: array of Single); |
![]() |
procedure SetSize(const Value: TSingleList); |
![]() |
procedure SetSizeUnits(const Value: array of string); |
![]() |
procedure SetSizeUnits(const Value: TCastleStringList); |
Properties
![]() |
property FdAlign: TMFString read FFdAlign; |
![]() |
property FdOffset: TMFFloat read FFdOffset; |
![]() |
property FdOffsetUnits: TMFString read FFdOffsetUnits; |
![]() |
property FdScaleMode: TMFString read FFdScaleMode; |
![]() |
property FdSize: TMFFloat read FFdSize; |
![]() |
property FdSizeUnits: TMFString read FFdSizeUnits; |
Generated by PasDoc 0.16.0.
