Class T2DScene
Unit
Castle2DSceneManager
Declaration
type T2DScene = class(TCastleScene)
Description
Scene best suited for 2D models. Sets BlendingSort := bs2D, good when your transparent objects have proper order along the Z axis (useful e.g. for Spine animations).
Hierarchy
Overview
Methods
 |
constructor Create(AOwner: TComponent); override; |
 |
function Clone(const AOwner: TComponent): T2DScene; |
Description
Methods
 |
constructor Create(AOwner: TComponent); override; |
|
 |
function Clone(const AOwner: TComponent): T2DScene; |
Create a scene with the same contents (X3D scene graph) as this one. Note that this does not copy other scene attributes, like ProcessEvents or Spatial or rendering attributes in Attributes.
|
Generated by PasDoc 0.15.0.
|