NcEngine
nc::DefaultStoragePolicy Struct Reference

Default storage behavior for pooled components. More...

#include <Component.h>

Inheritance diagram for nc::DefaultStoragePolicy:
nc::StoragePolicy< T > nc::StoragePolicy< RigidBody >

Static Public Attributes

static constexpr bool EnableOnAddCallbacks = false
 Enable the OnAdd Signal in the component's pool.
 
static constexpr bool EnableOnCommitCallbacks = false
 Enable the OnCommit Signal in the component's pool.
 
static constexpr bool EnableOnRemoveCallbacks = false
 Enable the OnRemove Signal in the component's pool.
 

Detailed Description

Default storage behavior for pooled components.


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