API Reference · Controls

Resources

Namespace: Ava3D

public static class Resources

Process-wide defaults for how resident resources are kept. See ResourcePolicy.

Properties

MemberDescription
static ResourcePolicy DefaultPolicy { get; set; }

The policy every view starts with, and the one a view with none set applies. Assigning a new object takes effect on the next frame of every view; a view's own Ava3DView.ResourcePolicy, when set, is read instead of this one for that view.

See also