|
SCR_ManualCamera | GetCamera () |
| Get the camera entity.
|
|
bool | GetCamera (out SCR_ManualCamera camera) |
| Get the camera entity.
|
|
ScriptInvokerBase< SCR_CameraEditorComponent_OnCameraCreated > | GetOnCameraCreate () |
| Get invoker called when new manual camera is created.
|
|
void | SetInitTransform (vector transform[4]) |
| Set initial camera transformation.
|
|
override void | ResetEditorComponent () |
| Reset values controlled by the component.
|
|
override void | EOnFrame (IEntity owner, float timeSlice) |
|
void | OnInitBase () |
|
void | OnDeleteBase () |
|
void | OnRequestBase (bool isOpen) |
|
void | OnOpenedBase () |
|
void | OnClosedBase () |
|
void | OnPreActivateBase () |
|
void | OnActivateBase () |
|
bool | OnActivateAsyncBase (int attempt) |
|
void | OnPostActivateBase () |
|
void | OnDeactivateBase () |
|
void | OnPostDeactivateBase () |
|
bool | OnDeactivateAsyncBase (int attempt) |
|
void | OnEffectBase (SCR_BaseEditorEffect effect) |
|
SCR_EditorManagerEntity | GetManager () |
| Get editor manager this component belongs to.
|
|
SCR_BaseEditorComponent | FindEditorComponent (TypeName type, bool showError=false, bool modeFirst=false) |
| Get the editor manager to which this component belongs.
|
|
EntityComponentPrefabData | GetEditorComponentData () |
| Get prefab data of this component.
|
|
bool | IsRemoved () |
| Check if the component is being deleted.
|
|
ScriptInvoker | GetOnEffect () |
| Get event called when an effect is activated.
|
|
void | InitServer () |
|
void | InitOwner () |
|
override void | OnPostInit (IEntity owner) |
|
void | SCR_BaseEditorComponent (IEntityComponentSource src, IEntity ent, IEntity parent) |
|
void | ~SCR_BaseEditorComponent () |
|
static SCR_ManualCamera | GetCameraInstance () |
| Get camera entity instance.
|
|
static Managed | GetInstance (TypeName type, bool showError=false, bool modeFirst=false) |
| Get the local instance of a component attached on editor manager (SCR_EditorManagerEntity).
|
|
static Managed | GetInstance (SCR_EditorBaseEntity editorManager, TypeName type, bool showError=false) |
| Get instance of a component attached on specific editor manager / mode (SCR_EditorBaseEntity).
|
|
static int | GetAllInstances (TypeName type, out notnull array< Managed > outComponents) |
| Get component instances on editor manager (SCR_EditorBaseEntity) and all its modes (SCR_EditorModeEntity).
|
|
ResourceName | m_CameraPrefab |
|
bool | m_bMoveUpOnInit |
|
float | m_fDistance |
|
vector | m_vDefaultOffset |
|
vector | m_vDefaultAngle |
|
CameraManager | m_CameraManager |
|
SCR_ManualCamera | m_Camera |
|
SCR_CameraDataEditorComponent | m_CameraData |
|
vector | m_vInitCameraTransform [4] |
|
vector | m_vPreActivateCameraTransform [4] |
|
IEntity | m_PreActivateControlledEntity |
|
bool | m_bIsReplacingCamera |
|
ref ScriptInvokerBase< SCR_CameraEditorComponent_OnCameraCreated > | m_OnCameraCreate = new ScriptInvokerBase<SCR_CameraEditorComponent_OnCameraCreated>() |
|
SCR_EditorBaseEntity | m_Owner |
|
SCR_EditorManagerEntity | m_Manager |
|
SCR_BaseEditorComponent | m_Parent |
|
RplComponent | m_RplComponent |
|