Piccolo.NET

PTransformActivity.IsAnimation Property

Overridden. Gets a value indicating whether this activity is performing an animation.

public override bool IsAnimation {get;}

Property Value

True if this activity is performing an animation; false otherwise.

Remarks

This property will always return true since a PTransformActivity is an animating activity.

This is used by the PCanvas to determine if it should set the render quality to PCanvas.animatingRenderQuality or not for each frame it renders.

See Also

PTransformActivity Class | UMD.HCIL.Piccolo.Activities Namespace