AnimancerPlayable.

Disposables Property

Summary

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

Syntax

public List<IDisposable> Disposables { get; }

Remarks

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

Value

Type Description
List<IDisposable>