Arma Reforger Explorer
1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
SCR_UIManualCameraComponent.c
Go to the documentation of this file.
1
4
[
BaseContainerProps
(), SCR_BaseManualCameraComponentTitle()]
5
class
SCR_UIManualCameraComponent
:
SCR_BaseManualCameraComponent
6
{
7
[
Attribute
(
params
:
"layout"
)]
8
private
ResourceName m_Layout;
9
10
private
Widget m_Widget;
11
12
//------------------------------------------------------------------------------------------------
13
override
bool
EOnCameraInit()
14
{
15
m_Widget =
GetCameraEntity
().CreateCameraWidget(
m_Layout
);
16
return
false
;
17
}
18
19
//------------------------------------------------------------------------------------------------
20
override
void
EOnCameraExit()
21
{
22
if
(m_Widget)
23
m_Widget.RemoveFromHierarchy();
24
}
25
}
SCR_BaseManualCameraComponent
Parent class from which all SCR_ManualCamera components inherit.
Definition:
SCR_BaseManualCameraComponent.c:5
m_Layout
ResourceName m_Layout
Definition:
SCR_ActionsToolbarEditorUIComponent.c:6
Attribute
typedef Attribute
Post-process effect of scripted camera.
GetCameraEntity
protected SCR_ManualCamera GetCameraEntity()
Definition:
SCR_BaseManualCameraComponent.c:59
SCR_UIManualCameraComponent
Show custom UI layout.
Definition:
SCR_UIManualCameraComponent.c:5
params
Configs ServerBrowser KickDialogs params
Definition:
SCR_NotificationSenderComponent.c:24
BaseContainerProps
SCR_AIGoalReaction_Follow BaseContainerProps
Handles insects that are supposed to be spawned around selected prefabs defined in prefab names array...
Definition:
SCR_AIGoalReaction.c:468
scripts_Arma_Reforger_v1.1.0.42
scripts
Game
Camera
Components
SCR_UIManualCameraComponent.c
Generated by
1.8.17