ezEngine  Release 25.03
ezAnimPoseGeneratorCommand Struct Reference

Base class for all pose generator commands. More...

#include <AnimPoseGenerator.h>

Inheritance diagram for ezAnimPoseGeneratorCommand:

Public Member Functions

ezAnimPoseGeneratorCommandID GetCommandID () const
 
ezAnimPoseGeneratorCommandType GetType () const
 

Public Attributes

ezHybridArray< ezAnimPoseGeneratorCommandID, 4 > m_Inputs
 

Friends

class ezAnimPoseGenerator
 

Detailed Description

Base class for all pose generator commands.

All commands have a unique command ID with which they are referenced. All commands can have zero or N other commands set as inputs. Every type of command only accepts certain types and amount of inputs.

The pose generation graph is built by allocating commands on the graph and then setting up which command is an input to which other node. A command can be an input to multiple other commands. It will be evaluated only once.


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