![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Protected Member Functions | |
| SCR_EditableEntityComponent | GetEditableEntity () |
| array< IEntity > | GetExcludeArray () |
| override void | EOnPreviewInit (SCR_BasePreviewEntry entry, SCR_BasePreviewEntity root) |
| void | EOnRootPreviewInit (array< ref SCR_BasePreviewEntry > entries) |
Protected Attributes | |
| SCR_EditableEntityComponent | m_EditableEntity |
| ref array< IEntity > | m_aExcludeArray |
Preview entity created from existing editable entities.
Definition at line 8 of file SCR_EditablePreviewEntity.c.
|
inlineprotected |
Definition at line 242 of file SCR_EditablePreviewEntity.c.
|
inlineprotected |
Definition at line 260 of file SCR_EditablePreviewEntity.c.
|
inlineprotected |
Get editable entity which this preview entity represents.
Definition at line 229 of file SCR_EditablePreviewEntity.c.
|
inlineprotected |
Get array of entities to be excluded when checking for GEOMETRY intersection for the preview.
Definition at line 237 of file SCR_EditablePreviewEntity.c.
|
inlinestaticprotected |
Get preview entries from existing editable entity.
| entity | Editable entity | |
| [out] | outEntries | Array to be filled with entity entries |
| [out] | rootTransform | Center pivot of the preview. When zero, transformation of the first entity will be used |
Definition at line 126 of file SCR_EditablePreviewEntity.c.
|
inlinestaticprotected |
Get preview entries from existing editable entity.
| entity | Editable entity | |
| spawnParams | Spawn params of the preview | |
| [out] | outEntries | Array filled with preview entries |
Definition at line 106 of file SCR_EditablePreviewEntity.c.
|
inlinestaticprotected |
Spawn preview entity from a set of editable entities.
| entities | Set of editable entities |
| previewPrefab | Prefab from which the preview entity will be spawned from. Apart from file path, it can be also class name |
| world | World in which the preview will be spawned |
| spawnParams | Spawn params of the preview, transformation defines pivot point of the preview |
| material | Material of the preview |
Definition at line 58 of file SCR_EditablePreviewEntity.c.
|
inlinestaticprotected |
Spawn preview entity from existing editable entity.
| entity | Editable entity |
| previewPrefab | Prefab from which the preview entity will be spawned from. Apart from file path, it can be also class name |
| world | World in which the preview will be spawned |
| spawnParams | Spawn params of the preview |
| material | Material of the preview |
Definition at line 39 of file SCR_EditablePreviewEntity.c.
|
inlinestaticprotected |
Spawn preview entity from existing owner of editable entity.
| entity | Owner of editable entity |
| previewPrefab | Prefab from which the preview entity will be spawned from. Apart from file path, it can be also class name |
| world | World in which the preview will be spawned |
| spawnParams | Spawn params of the preview |
| material | Material of the preview |
Definition at line 22 of file SCR_EditablePreviewEntity.c.
|
protected |
Definition at line 11 of file SCR_EditablePreviewEntity.c.
|
protected |
Definition at line 10 of file SCR_EditablePreviewEntity.c.