Table of Contents

FlxConsts.MaxNestedCameraObjects Field

When a camera object references an cell range that includes the camera object, there would be infinite recursion. This variable determines what is the maximum times that FlexCel will recurse when rendering the camera objects.

Syntax

Namespace: FlexCel.Core

public static Int32 MaxNestedCameraObjects

See also