C++ API Reference
|
Defines a node's behavior when participant EM Cached Playback. More...
#include <MCacheSchema.h>
Public Member Functions | |
const MCacheSchemaAttributesRange & | attributes () const |
The attributes that planned to be cached. More... | |
void | reset () |
Reset this schema to the minimal. More... | |
MStatus | add (const MObject &) |
Force the attribute to be cached. More... | |
Defines a node's behavior when participant EM Cached Playback.
Can be used to query or modify the attributes being cached and request special support for the node.
|
inline |
The attributes that planned to be cached.
Removed attributes will not be included in this list.
void reset | ( | ) |
Reset this schema to the minimal.
Only the output attributes required by downstream nodes or viewport will be cached
Force the attribute to be cached.
This method allows you to cache input attributes or other animated attributes that are not fully understood by EM.
[in] | attribute | attribute to cache |