Variables

Flags for AddAnimatable() and SvTravereseAnimGraph()

These flags can be passed to IGraphObjectManager::AddAnimatable() and Animatable::SvTraverseAnimGraph() More...

Variables

static const DWORD  SV_INITIALLY_HIDDEN = 0x00000001
  If set, newly created node will be in the hidden state.
static const DWORD  SV_DUPLICATE_INSTANCES = 0x00000002
  If set, shared instances of an animatable will produce multiple graph nodes in the schematic view instead of a single shared graph node.
static const DWORD  SV_INITIALLY_CLOSED = 0x00000004
  If set, the newly created children of the newly created node will be in the hidden state.

Detailed Description

These flags can be passed to IGraphObjectManager::AddAnimatable() and Animatable::SvTraverseAnimGraph()


Variable Documentation

const DWORD SV_INITIALLY_HIDDEN = 0x00000001 [static]

If set, newly created node will be in the hidden state.

If the node already exists in the graph, the flag is ignored.

const DWORD SV_DUPLICATE_INSTANCES = 0x00000002 [static]

If set, shared instances of an animatable will produce multiple graph nodes in the schematic view instead of a single shared graph node.

const DWORD SV_INITIALLY_CLOSED = 0x00000004 [static]

If set, the newly created children of the newly created node will be in the hidden state.

If the node already exists in the graph, the flag is ignored. Children of this node that already exist in the graph will not have their visibility state changed.