Plasma Engine  2.0
Loading...
Searching...
No Matches
plAnimPoseGeneratorCommand Struct Reference

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

#include <AnimPoseGenerator.h>

Inheritance diagram for plAnimPoseGeneratorCommand:

Public Member Functions

plAnimPoseGeneratorCommandID GetCommandID () const
 
plAnimPoseGeneratorCommandType GetType () const
 

Public Attributes

plHybridArray< plAnimPoseGeneratorCommandID, 4 > m_Inputs
 

Friends

class plAnimPoseGenerator
 

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: