This is the old Animancer v7.4 documentation. Click here for the latest version.

AnimancerGraph.

SetKeepChildrenConnected(bool) Method

Summary

Sets Animancer.AnimancerGraph.KeepChildrenConnected.
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
AnimancerGraph

Syntax

public void SetKeepChildrenConnected(bool value)

Remarks

This method exists because the Animancer.AnimancerGraph.KeepChildrenConnected override can't add a setter.

Parameters

Name Type Description
value bool

Return Value

Type Description
void