Unit CastleApplicationProperties

Description

Events and properties of the Castle Game Engine application (TCastleApplicationProperties).

Uses

Overview

Classes, Interfaces, Objects and Records

Name Description
Class TGLContextEventList  
Class TWarningEventList  
Class TLogEventList  
Class TCastleApplicationProperties Events and properties of the Castle Game Engine application, usually accessed through the ApplicationProperties singleton.

Functions and Procedures

function ApplicationProperties( const CreateIfNotExisting: boolean = true): TCastleApplicationProperties;

Types

TGLContextEvent = procedure;
TWarningEvent = procedure (const Category, Message: String) of object;
TLogEvent = procedure (const Message: String) of object;

Description

Functions and Procedures

function ApplicationProperties( const CreateIfNotExisting: boolean = true): TCastleApplicationProperties;

This item has no description.

Types

TGLContextEvent = procedure;

This item has no description.

TWarningEvent = procedure (const Category, Message: String) of object;

This item has no description.

TLogEvent = procedure (const Message: String) of object;

This item has no description.


Generated by PasDoc 0.16.0-snapshot.