Divide Framework 0.1
A free and open-source 3D Framework under heavy development
Loading...
Searching...
No Matches
Divide::ParticleBasicTimeUpdater Class Referencefinal

#include <ParticleBasicTimeUpdater.h>

+ Inheritance diagram for Divide::ParticleBasicTimeUpdater:

Public Member Functions

 ParticleBasicTimeUpdater (PlatformContext &context) noexcept
 
void update (U64 deltaTimeUS, ParticleData &p) override
 
- Public Member Functions inherited from Divide::ParticleUpdater
 ParticleUpdater (PlatformContext &context) noexcept
 
virtual void update (U64 deltaTimeUS, ParticleData &p)=0
 
- Public Member Functions inherited from Divide::PlatformContextComponent
 PlatformContextComponent (PlatformContext &context) noexcept
 
virtual ~PlatformContextComponent ()=default
 
PlatformContextcontext () noexcept
 
const PlatformContextcontext () const noexcept
 
- Public Member Functions inherited from Divide::NonCopyable
 NonCopyable (const NonCopyable &)=delete
 
NonCopyableoperator= (const NonCopyable &)=delete
 
 NonCopyable (NonCopyable &&)=default
 
NonCopyableoperator= (NonCopyable &&)=default
 

Additional Inherited Members

- Protected Member Functions inherited from Divide::NonCopyable
 NonCopyable ()=default
 
 ~NonCopyable ()=default
 
- Protected Attributes inherited from Divide::PlatformContextComponent
PlatformContext_context
 

Detailed Description

Definition at line 40 of file ParticleBasicTimeUpdater.h.

Constructor & Destructor Documentation

◆ ParticleBasicTimeUpdater()

Divide::ParticleBasicTimeUpdater::ParticleBasicTimeUpdater ( PlatformContext context)
inlinenoexcept

Definition at line 42 of file ParticleBasicTimeUpdater.h.

Member Function Documentation

◆ update()

void Divide::ParticleBasicTimeUpdater::update ( U64  deltaTimeUS,
ParticleData p 
)
overridevirtual

Implements Divide::ParticleUpdater.

Definition at line 7 of file ParticleBasicTimeUpdater.cpp.


The documentation for this class was generated from the following files: