MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / ExpandAll

Method ExpandAll

Source/Editor/Surface/ContextMenu/VisjectCM.cs:652–656  ·  view source on GitHub ↗

Expands all the groups. Enable/disable animation feature.

(bool animate = false)

Source from the content-addressed store, hash-verified

650 /// </summary>
651 /// <param name="animate">Enable/disable animation feature.</param>
652 public void ExpandAll(bool animate = false)
653 {
654 for (int i = 0; i < _groups.Count; i++)
655 _groups[i].Open(animate);
656 }
657
658 /// <summary>
659 /// Resets the view.

Callers 1

OnCreateRagdollMethod · 0.45

Calls 1

OpenMethod · 0.45

Tested by

no test coverage detected