class MAGES::SceneGraph::CachedActionDataInfo

class CachedActionDataInfo
{
public:
    // fields

    static static List< FieldAndInfo >;

    // properties

    CachedActionDataInfo Cache;

    // methods

    CachedActionInfo Get(System.Type forType);
    void Rebuild();
    Type[] GetSteps();
    static List GetFieldAndInfosForAction(Type type);
};