Edit

AnimationRenderFlags Enum

Definition

Specifies flags that control animation rendering behavior.

This enumeration supports a bitwise combination of its member values.

[System.Flags]
public enum AnimationRenderFlags
Inheritance
AnimationRenderFlags
Attributes

Fields

Name Value Description
SkipTopLevelIsolation 1

When rendering into a transparent canvas, skip the implicit layer isolation. This can be used to improve performance when it is known that no animation blend modes or layer effects require isolation.

DisableTopLevelClipping 2

Disable the implicit top-level clipping to the animation bounds.

Applies to