UE3:DebugCameraController (UT3): Difference between revisions

From Unreal Wiki, The Unreal Engine Documentation Site
Auto-generated page
 
m wikified the table
 
(3 intermediate revisions by the same user not shown)
Line 10: Line 10:
Debug Camera Controller
Debug Camera Controller


To turn it on, please press Alt+C or both (left and right) analogs on xbox pad
To turn it on, please press Alt+C or both (left and right) analogs on xbox pad<br />
After turning:
After turning:
WASD | Left Analog - moving
{|
Mouse | Right Analog - rotating
!PC!!Xbox!!Action
Shift | XBOX_KeyB - move faster
|-
Q/E   | LT/RT - move Up/Down
|WASD||Left Analog||Moving
Enter | XBOX_KeyA - to call "FreezeRendering" console command
|-
Alt+C | LeftThumbstick - to toggle debug camera
|Mouse||Right Analog||Rotating
 
|-
|Shift||XBOX_KeyB||Move faster
|-
|Q/E||LT/RT||Move Up/Down
|-
|Enter||XBOX_KeyA||Call "FreezeRendering" console command
|-
|Alt+C||LeftThumbstick||Toggle debug camera
|}
==Properties==
==Properties==
====bIsFrozenRendering====
====bIsFrozenRendering====

Latest revision as of 06:18, 13 January 2009

UT3 Object >> Actor >> Controller >> PlayerController >> DebugCameraController
Package:
Engine
This class in other games:

PCF Begin (Debug Camera) Debug Camera Controller

To turn it on, please press Alt+C or both (left and right) analogs on xbox pad
After turning:

PC Xbox Action
WASD Left Analog Moving
Mouse Right Analog Rotating
Shift XBOX_KeyB Move faster
Q/E LT/RT Move Up/Down
Enter XBOX_KeyA Call "FreezeRendering" console command
Alt+C LeftThumbstick Toggle debug camera

Properties

bIsFrozenRendering

Type: bool


DrawFrustum

Type: DrawFrustumComponent


OryginalControllerRef

Type: PlayerController


OryginalPlayer

Type: Player


Default values

Subobjects

CollisionCylinder

Class: Engine.CylinderComponent

Inherits from: PlayerController.CollisionCylinder

No new values.

Sprite

Class: Engine.SpriteComponent

Inherits from: PlayerController.Sprite

No new values.

Functions

Exec functions

MoreSpeed

exec function MoreSpeed ()


NormalSpeed

exec function NormalSpeed ()


SetFreezeRendering

exec function SetFreezeRendering ()


Events

PostBeginPlay

simulated event PostBeginPlay ()

Overrides: PlayerController.PostBeginPlay


Other instance functions

DisableDebugCamera

function DisableDebugCamera ()


OnActivate

function OnActivate (PlayerController PC)


OnDeactivate

function OnDeactivate (PlayerController PC)