CAST II Game Engine

   DESCRIPTION       FEATURES       SCREENSHOTS       FORUMS       DOCUMENTATION       DOWNLOADS       CONTACTS   
Units
Class Hierarchy
Classes, Interfaces and Objects
Types
Enumerations
Variables
Constants
Functions and Procedures
Identifiers

Class TBackground

Unit

C2FX

Declaration

type TBackground = class(TVisible)

Description

 

Hierarchy

TVisible > TProcessing > TBaseProcessing > TItem > TBaseItem

Methods

Overview

Publicconstructor Create(AManager: TItemsManager); override;
Publicprocedure AddProperties(const Result: Props.TProperties); override;
Protectedfunction DefaultVisibilityCheck(const Camera: TCamera): Boolean;
Protectedfunction GetAngle: Integer;
Protectedfunction GetColor: BaseTypes.TColor;
Publicfunction GetTesselatorClass: CTesselator; override;
Protectedfunction GetZoom: Single;
Protectedprocedure SetAngle(const Value: Integer);
Protectedprocedure SetColor(const Value: BaseTypes.TColor);
Publicprocedure SetProperties(Properties: Props.TProperties); override;
Protectedprocedure SetZoom(const Value: Single);

Description

Publicconstructor Create(AManager: TItemsManager); override;

 

Publicprocedure AddProperties(const Result: Props.TProperties); override;

 

Protectedfunction DefaultVisibilityCheck(const Camera: TCamera): Boolean;

 

Protectedfunction GetAngle: Integer;

 

Protectedfunction GetColor: BaseTypes.TColor;

 

Publicfunction GetTesselatorClass: CTesselator; override;

 

Protectedfunction GetZoom: Single;

 

Protectedprocedure SetAngle(const Value: Integer);

 

Protectedprocedure SetColor(const Value: BaseTypes.TColor);

 

Publicprocedure SetProperties(Properties: Props.TProperties); override;

 

Protectedprocedure SetZoom(const Value: Single);

 

Properties

Overview

Publicproperty Angle: Integer;
Publicproperty Zoom: Single;

Description

Publicproperty Angle: Integer;

 

Publicproperty Zoom: Single;

 

Last modified: 4 Jul, 2008
Copyright (C) 2006-2008, casteng.com