![]() |
Paradox Game Engine
v1.0.0 beta06
|
Classes | |
class | Config |
Public Member Functions | |
CameraScript (IServiceRegistry registry) | |
async Task | AutoswitchCamera (EngineContext engineContext) |
override async Task | Execute () |
![]() | |
void | Dispose () |
override string | ToString () |
Public Attributes | |
CameraComponent | TrackingCamera |
![]() | |
PropertyContainer | Tags |
Gets the attached properties to this component. More... | |
Properties | |
float | Speed [get, set] |
float | MoveSpeed [get, set] |
Camera | Camera [get, set] |
![]() | |
AudioSystem | Audio [get, set] |
IServiceRegistry | Services [get, set] |
object | Parameter [get, set] |
IGame | Game [get, set] |
AssetManager | Asset [get, set] |
GraphicsDevice | GraphicsDevice [get] |
UISystem | UI [get, set] |
InputManager | Input [get, set] |
EntitySystem | Entities [get, set] |
ScriptSystem | Script [get, set] |
RenderSystem | RenderSystem [get, set] |
EffectSystem | EffectSystem [get, set] |
Vector3 | VirtualResolution [get, set] |
EventHandler< EventArgs > | VirtualResolutionChanged |
![]() | |
long | Id [get, set] |
string | Name [get, set] |
Gets or sets the name of this component. More... | |
bool | IsDisposed [get, set] |
Has the component been disposed or not yet. More... | |
![]() | |
long | Id [get] |
Gets the id of this component. More... | |
string | Name [get] |
Gets the name of this component. More... | |
![]() | |
int | ReferenceCount [get] |
Gets the reference count of this instance. More... | |
![]() | |
ObjectCollector | Collector [get] |
Gets the collector. More... | |
![]() | |
IServiceRegistry | Services [get] |
object | Parameter [get, set] |
IGame | Game [get] |
AssetManager | Asset [get] |
GraphicsDevice | GraphicsDevice [get] |
InputManager | Input [get] |
EntitySystem | Entities [get] |
ScriptSystem | Script [get] |
RenderSystem | RenderSystem [get] |
EffectSystem | EffectSystem [get] |
AudioSystem | Audio [get] |
UISystem | UI [get] |
![]() | |
Vector3 | VirtualResolution [get, set] |
Gets or sets the screen virtual resolution to use for this game. More... | |
Additional Inherited Members | |
![]() | |
ScriptContext (IServiceRegistry registry) | |
override void | Destroy () |
Disposes of object resources. More... | |
![]() | |
ComponentBase () | |
Initializes a new instance of the ComponentBase class. More... | |
ComponentBase (string name) | |
Initializes a new instance of the ComponentBase class. More... | |
virtual void | OnNameChanged () |
Called when Name property was changed. More... | |
![]() | |
EventHandler< EventArgs > | VirtualResolutionChanged |
Occurs when the virtual resolution changed. More... | |
Definition at line 28 of file CameraScript.cs.
ScriptTest2.CameraScript.CameraScript | ( | IServiceRegistry | registry | ) |
Definition at line 49 of file CameraScript.cs.
References ScriptTest2.CameraScript.MoveSpeed, and ScriptTest2.CameraScript.Speed.
async Task ScriptTest2.CameraScript.AutoswitchCamera | ( | EngineContext | engineContext | ) |
Definition at line 73 of file CameraScript.cs.
References ScriptTest2.CameraScript.TrackingCamera.
Referenced by ScriptTest2.CameraScript.Execute().
override async Task ScriptTest2.CameraScript.Execute | ( | ) |
Definition at line 114 of file CameraScript.cs.
References ScriptTest2.CameraScript.AutoswitchCamera(), ScriptTest2.CameraScript.Camera, ScriptTest2.Camera.Height, ScriptTest2.Camera.Mode, ScriptTest2.CameraScript.MoveSpeed, ScriptTest2.Camera.Position, ScriptTest2.CameraScript.Speed, ScriptTest2.CameraScript.TrackingCamera, ScriptTest2.Camera.Width, and ScriptTest2.Camera.WorldToCamera.
CameraComponent ScriptTest2.CameraScript.TrackingCamera |
Definition at line 37 of file CameraScript.cs.
Referenced by ScriptTest2.CameraScript.AutoswitchCamera(), and ScriptTest2.CameraScript.Execute().
|
getset |
Definition at line 103 of file CameraScript.cs.
Referenced by ScriptTest2.CameraScript.Execute().
|
getset |
Definition at line 56 of file CameraScript.cs.
Referenced by ScriptTest2.CameraScript.CameraScript(), and ScriptTest2.CameraScript.Execute().
|
getset |
Definition at line 55 of file CameraScript.cs.
Referenced by ScriptTest2.CameraScript.CameraScript(), and ScriptTest2.CameraScript.Execute().