type TMuggleEngine = class(
TMuggleBaseObject
)
TMuggleBaseObject
![]() |
procedure Command(const aCommand: string); |
![]() |
Constructor Create; override; |
![]() |
Destructor Destroy; override; |
![]() |
procedure DisableShadows; |
![]() |
procedure EnableShadows; |
![]() |
procedure FlipTimeStream; |
![]() |
procedure FullDisplay(aList: TStrings); override; |
![]() |
procedure LoadCommandFile(const aFileName: string); |
![]() |
procedure ParseCommand(const aCommand: TCommandInfo); |
![]() |
procedure SetTimeFlowing; |
![]() |
procedure SetTimeTicking; |
![]() |
function ShadowsOn: boolean; |
![]() |
procedure Step(aAmount: single); overload; virtual; |
![]() |
procedure Step; overload; |
![]() |
function TimeIsFlowing: boolean; |
![]() |
function TimeIsTicking: boolean; |
![]() |
procedure Command(const aCommand: string); |
![]() |
Constructor Create; override; |
![]() |
Destructor Destroy; override; |
![]() |
procedure DisableShadows; |
![]() |
procedure EnableShadows; |
![]() |
procedure FlipTimeStream; |
actions
![]() |
procedure FullDisplay(aList: TStrings); override; |
![]() |
procedure LoadCommandFile(const aFileName: string); |
![]() |
procedure ParseCommand(const aCommand: TCommandInfo); |
![]() |
procedure SetTimeFlowing; |
![]() |
procedure SetTimeTicking; |
![]() |
function ShadowsOn: boolean; |
![]() |
procedure Step(aAmount: single); overload; virtual; |
steps 1
![]() |
procedure Step; overload; |
![]() |
function TimeIsFlowing: boolean; |
![]() |
function TimeIsTicking: boolean; |
questions
![]() |
property ClockStagger: integer; |
![]() |
property EffectContainer: TGLDummyCube; |
![]() |
property HiddenContainer: TGLDummyCube; |
![]() |
property HomeDirectory: string; |
![]() |
property IsRunning: boolean; |
![]() |
property ItemContainer: TGLDummyCube; |
![]() |
property LightContainer: TGLDummyCube; |
![]() |
property MainForm: TForm; |
![]() |
property Manager: TMuggleManager; |
![]() |
property MaterialLibrary: TGLMaterialLibrary; |
![]() |
property PhysicsSpeed: single; |
![]() |
property Scene: TGLScene; |
![]() |
property ShadowVolume: TGLShadowVolume; |
![]() |
property Time: integer; |
![]() |
property Version: integer; |
![]() |
property XYRotate: TAffineVector; |
![]() |
property ZRotate: TAffineVector; |
![]() |
property ClockStagger: integer; |
![]() |
property EffectContainer: TGLDummyCube; |
![]() |
property HiddenContainer: TGLDummyCube; |
![]() |
property HomeDirectory: string; |
![]() |
property IsRunning: boolean; |
![]() |
property ItemContainer: TGLDummyCube; |
![]() |
property LightContainer: TGLDummyCube; |
![]() |
property MainForm: TForm; |
![]() |
property Manager: TMuggleManager; |
info
![]() |
property MaterialLibrary: TGLMaterialLibrary; |
![]() |
property PhysicsSpeed: single; |
![]() |
property Scene: TGLScene; |
![]() |
property ShadowVolume: TGLShadowVolume; |
![]() |
property Time: integer; |
![]() |
property Version: integer; |
![]() |
property XYRotate: TAffineVector; |
![]() |
property ZRotate: TAffineVector; |