Cogs.Core
Public Attributes | List of all members
Cogs::Core::EntityCreationContext Struct Reference

Public Attributes

Contextcontext
 
ComponentModel::Entityparent = nullptr
 
SceneDefinitionscene
 
EntityParentMode parentMode = EntityParentMode::None
 
bool skipModel = false
 

Detailed Description

Definition at line 18 of file EntityCreator.h.

Member Data Documentation

◆ context

Context* Cogs::Core::EntityCreationContext::context

Definition at line 20 of file EntityCreator.h.

◆ parent

ComponentModel::Entity* Cogs::Core::EntityCreationContext::parent = nullptr

Definition at line 21 of file EntityCreator.h.

◆ parentMode

EntityParentMode Cogs::Core::EntityCreationContext::parentMode = EntityParentMode::None

Definition at line 23 of file EntityCreator.h.

◆ scene

SceneDefinition* Cogs::Core::EntityCreationContext::scene

Definition at line 22 of file EntityCreator.h.

◆ skipModel

bool Cogs::Core::EntityCreationContext::skipModel = false

Definition at line 24 of file EntityCreator.h.


The documentation for this struct was generated from the following file: