►Nnc | |
►Nalgo | |
►Ndetail | |
Cenumerate_view | |
Cenumerate_view_fn | |
►Nasset | |
CAudioClip | |
CAudioClipView | |
CBonesData | |
CBoneSpaceToParentSpace | |
CBoneUpdateEventData | Event data for mesh bones/rig load and unload operations |
CConvexHull | |
CConvexHullUpdateEventData | Event data for ConvexHull load and unload operations |
CConvexHullView | |
CCubeMap | |
CCubeMapUpdateEventData | Event data for cubemap load and unload operations |
CCubeMapView | |
CCubeMapWithId | A data/id pair for a loaded CubeMap |
CFontInfo | |
CFontView | |
CMagicNumber | Identifiers for asset blobs in .nca files |
CMesh | |
CMeshCollider | |
CMeshColliderUpdateEventData | Event data for MeshCollider load and unload operations |
CMeshColliderView | |
CMeshUpdateEventData | Event data for mesh load and unload operations |
CMeshVertex | |
CMeshView | |
CNcaHeader | Common file header for all asset types |
CNcAsset | Asset module interface |
CPerVertexBones | |
CPositionFrame | |
CRotationFrame | |
CScaleFrame | |
CShader | |
CShaderView | |
CSkeletalAnimation | |
CSkeletalAnimationFrames | |
CSkeletalAnimationUpdateEventData | Event data for skeletal animation load and unload operations |
CSkeletalAnimationView | |
CTexture | |
CTextureSubResource | |
CTextureUpdateEventData | Event data for texture load and unload operations |
CTextureView | |
CTextureWithId | A data/id pair for a loaded texture |
CVertexSpaceToBoneSpace | |
►Nconfig | |
CAssetSettings | Options for configuring NcAsset |
CAudioSettings | Options for configuring NcAudio |
CConfig | A collection of all configuration options |
CEngineSettings | Settings for configuring the engine run loop and executor |
CGraphicsSettings | Options for configuring NcGraphics |
CMemorySettings | Options for configuring pre-allocated pools |
CPhysicsSettings | Options for configuring NcPhysics |
CProjectSettings | General project options |
►Ndetail | |
CAnyImplBase | |
CAnyImplConcrete | |
CAnyImplStorage | |
CConnectionBacklink | |
CPlaceholderSourceLocation | |
CSharedConnectionState | |
CSlot | |
►Necs | |
►Ndetail | |
CFreeComponentGroup | |
CHandleManager | |
CAccessPolicy | A proxy for ComponentRegistry providing filtered access to data pools |
CComponentPool | Type-aware implementation for component pools |
CComponentPoolBase | Type-agnostic base class for component pools |
CComponentRegistry | Core collection of data pools and registration information game types |
CEcsInterface | Interface for higher-level entity and component operations with optional type access restriction |
CEntityPool | Storage class for tracking active entities |
CFreeComponentPool | Single pool storing all FreeComponent instances |
CNcEcs | Module managing ComponentRegistry operations |
►Ntask | |
CAsyncDispatcher | Dispatcher for running tasks on the thread pool outside of a TaskGraph |
CExceptionContext | State shared between all tasks in a graph for storing an exception |
CTask | Task state for an item scheduled on a TaskGraph |
CTaskGraph | Task graph interface for building a TaskGraphContext with Module tasks |
CTaskGraphContext | Context object holding a TaskGraph's state |
►Ntype | |
►Nuistream | |
►Ndetail | |
CRange | |
CStreamState | |
CProperty | |
CPropertyBase | |
CPropertyFlags | |
CType | |
CUIStream | |
►Nui | |
►Neditor | |
CEditor | |
CEditorContext | State for the editor |
CEditorHotkeys | Hotkeys for the editor |
►Ninternal | |
CInputTextCallbackUserData | |
CDisableIf | RAII wrapper for conditionally disabling widgets within a scope |
CImGuiId | RAII wrapper for scoped uids |
CIndent | RAII wrapper for scoped indentation |
CItemWidth | RAII wrapper for scoped item width |
CIUI | |
CProperty | Simple getter/setter-based property wrapper |
CStyleColor | RAII wrapper for scoped style color |
CUIElement | |
CUIFixed | |
CUIFixedElement | |
CUIFlexible | |
►Nutility | |
CStringHash | A constexpr string hash wrapper |
►Nwindow | |
CIOnResizeReceiver | |
CNcWindow | Window module interface |
CWindowInfo | The window's create info |
CAnyComponent | Generic interface around component types |
CAudioDevice | The name and device id of an available audio device |
CAudioSource | Component managing audio clips |
CAudioSourceFlags | Flags applying to all clips in an AudioSource |
CAudioSourceProperties | Properties applying to all clips in an AudioSource |
CBox | |
CCamera | Basic camera component |
CCameraProperties | Properties for controlling a camera's frustum |
CCapsule | |
CCollisionListener | Component that receives collision event callbacks |
CCollisionQuery | Interface for performing collision querries against rigid bodies |
CCollisionQueryFilter | Parameter controlling inclusion and exclusion of bodies from a CollisionQuery |
CComponentBase | Optional base class for components |
CComponentHandler | Optional data and callbacks for generic component operations |
CCompoundShapeBuilder | Interface for modifying a mutable CompoundShape |
CConnection | An RAII object managing a Signal connection |
CConstraint | A physics constraint attaching the owning RigidBody to another |
CContacts | A list of contact points on a RigidBody |
CConvexHull | |
►CCookedShape | Handle to a processed Shape instance |
CShapeStorage | |
CCookedShapeProperties | Properties of a CookedShape |
CDecomposedMatrixXM | |
CDefaultStoragePolicy | Default storage behavior for pooled components |
CDegreeOfFreedom | Flags indicating allowed degrees of freedom of a RigidBody |
CDeserializationContext | Context object passed to deserialization functions |
CDifferential | Differential settings for a wheel assembly |
CDirectionalLight | Component representing an infinite, directional light, like the sun. Not implementing shadowing currently due to this type of light's proclivity for artifacts |
CDistanceConstraintInfo | Constraint settings to keep two bodies within a specified distance range |
CEmptyPassProperties | Post process property type representing an empty or uninitialized state |
►CEntity | Identifies an object in the registry |
CFlags | Flags for configuring internal Entity behavior |
CHash | Entity Hasher |
CEntityInfo | Initialization data for Entities |
CFileLogger | Basic file logging implementation. Construct this on the stack in main() to reroute logging to a file |
CFixedConstraintInfo | Constraint settings to rigidly fix two bodies together, limiting all relative motion |
CFrameLogic | Component that runs a custom callable during each logic phase |
CFreeComponent | Base class for free components |
CFrustum | |
CHierarchy | Component managing an Entity's scene graph relationships |
CHingeConstraintInfo | Constraint settings to attach two bodies with a hinge, limiting relative motion to rotation about a single axis |
CHitInfo | Collision event information |
CInvokeFreeComponent | |
CLoopAnimation | Animation state that loops until the exit condition is met |
CMaterialDesc | Properties for constructing a MaterialInstance |
CMaterialInstance | Owning wrapper around a material in GPU memory |
CMaterialPassFlag | Material pass flags |
CMaterialProperties | Properties of a MaterialInstance passed to shaders |
CMeshBase | Base class for mesh components |
CMeshInstanceContext | Mesh component state for tracking internal instance data |
CMiscPassFlag | Pass flags that represent Miscellaneous passes |
CModule | Modules are extensions that provide functionality to the engine |
CModuleProvider | Provides access to registered Modules |
CModuleRegistry | |
CNcAudio | Audio module interface |
CNcEngine | Interface for the engine runtime and modules |
CNcError | Common exception type used throughout NcEngine |
CNcGraphics | Graphics module interface |
CNcPhysics | Physics module interface |
CNcScene | Module managing the scene queue and transitions |
CNearFarPoints | Two points lying on a Camera's near and far planes |
CNoisePassProperties | Properties for the noise pass |
COutlinePassProperties | Properties for the outline pass |
CParticleEmissionInfo | Describes particle emission behavior for a ParticleEmitter |
CParticleEmitter | Component for creating particle effects |
CParticleInfo | Settings for a ParticleEmitter |
CParticleInitInfo | Describes initial particle properties |
CParticleKinematicInfo | Describes particle motion over time |
CPhysicsSnapshot | Holds serialized physics state for performing physics simulation rollbacks |
CPhysicsTick | Type safe wrapper representing a timepoint in the physics simulation |
CPlane | |
CPlayOnceAnimation | Animation state that plays once before transitioning to the exitTo state |
CPointConstraintInfo | Constraint settings to attach two bodies at a point, limiting relative motion to rotation only |
CPointLight | Component representing an omnidirectional light |
CPostProcessPassFlag | Post process pass flags |
CQuaternion | Quaternion type for representing 3D rotations |
CRandom | Random number generator |
CRay | Ray used for performing raycast queries |
CRayCastResult | Result of a raycast query |
CRigidBody | Component managing physics simulation properties |
CRigidBodyFlags | Flags for configuring RigidBody behavior |
CRigidBodyInfo | Properties for initializing a RigidBody |
CScene | |
CSceneCameraConfig | Movement settings for SceneNavigationCamera |
CSceneFragmentHeader | Header for a binary scene fragment blob |
CSceneNavigationCamera | Camera for the editor's scene view |
CSerializationContext | Context object passed to serialization functions |
CShape | Describes collision geometry for physics types |
CShapeDecorationFlags | Flags describing internal structure of a CookedShape |
CSignal | An event source supporting multiple Connections |
CSignalPriority | Priority values for controlling call order from a Signal |
CSkeletalAnimationController | State machine that controls animation transitions for a SkinnedMesh |
CSkinnedMesh | Component enabling rendering of an Entity with a given mesh, material, and skeletal animation |
CSliderConstraintInfo | Constraint settings to attach two bodies with a slider, limiting relative motion to a single axis of translation |
Csparse_map | A map-like container with O(1) insertion, removal, and lookup and O(N) iteration |
CSphere | |
CSpotLight | Component representing a light pointing in a single direction with a radius for attenuation, and an inner and outer angle to specify both cone size and falloff |
►CSpringSettings | Settings for softening constraints with a spring-damper |
CDamping | Spring damping value hints |
CFrequency | Spring frequency value hints |
CStableAddress | Base class for non-copyable non-movable types |
CStaticMesh | Component enabling rendering of an Entity with a given mesh and material |
CStopAnimation | Animation state that stops the state machine. |
CStoragePolicy | Provide a specialization to customize storage options and behavior for a user-defined type |
CStoragePolicy< RigidBody > | |
CSubShapeInfo | Describes a SubShape to be added to a compound shape |
CSupportBuffer | Wrapper around a scratch buffer used by support functions |
CSuspension | Suspension settings for a wheel assembly |
CSwingTwistConstraintInfo | Constraint settings to attach two bodies with a shoulder-like joint, limiting relative motion to rotation within a cone |
CSystemEvents | Signals for internal engine events |
CTag | Component with a string tag |
CTestShapeHit | Individual hit information from a shape test query |
CTestShapeResult | Result of a shape collide query |
CTransform | Component with translation, rotation, and scale properties |
CTriangle | |
CVector2 | A two component vector |
CVector3 | A three component vector |
CVector4 | A four component vector |
CVehicle | A vehicle that can be added to a RigidBody |
CVehicleEngine | Settings for a configuring a Vehicle engine |
CVehicleInfo | Initialization info for a Vehicle |
CVehicleOrientation | Settings for configuring a Vehicle orientation |
CVehicleTransmission | Settings for a configuring a Vehicle transmission |
CWheelAssembly | Settings describing a set of wheels, suspension, and differential attached to a Vehicle |
CWheelMount | Unique settings of a wheel in a WheelAssembly |
CWheelSpec | Settings shared between all wheels in a WheelAssembly |
CWireframeRenderer | Component for rendering wireframe models |
CXoshiro256ss | Random number engine based on Xoshiro256** by David Blackman and Sebastiano Vigna |