csharp
public sealed class AnimationGraphViewAn animation graph, open for editing: layers, states, transitions and parameters.
No guide page documents this yet — the page shows what the code says about itself.
Fields and properties (13)
protected override string TagNameThe element name this type answers to when a caller does not choose one.
protected override bool AcceptsFocusWhether the focus can rest on this kind of control at all.
public StateMapView MapThe state map.
public UiElement SideThe column beside it.
public Select LayersThe layers.
public UiElement FieldsThe selected state's or transition's fields.
public UiElement ParametersThe parameters.
public UiElement DiagnosticsWhat compiling said.
public Button AddStateAdds a state.
public ToggleButton ConnectLatches connect mode.
public Button AddLayerAdds a layer.
public Button AddParameterAdds a parameter.
public Button BuildCompiles the graph.
Methods (5)
protected override void OnCreated()Builds whatever this element is made of, once, as it joins a document.
public void Show(AnimationGraphDocument graph)Shows a graph.
public void Reload(AnimationGraphDocument graph)Rebuilds the panel from the document.
public int Compile()Compiles the graph and lists what it said.
public void Restate()Rebuilds the fields for whatever is selected, and the parameter list.
Used by (1)
- AnimationGraphEditorFactoryVixen.Editor.AssetEditors