AnimancerGraph.

Disposables Property

Summary

A list of objects that need to be disposed when this Animancer.AnimancerGraph is destroyed.
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
AnimancerGraph

Syntax

public List<IDisposable> Disposables { get; }

Remarks

This list is primarily used to dispose native arrays used by Animation Jobs.

Value

Type Description
List<IDisposable>