<Magnifier_DrawMode> Data Interface

Provides script language access to C++ objects of this type.

Class HierarchyNo registered superclass.

Function Members

Function members are as follows:

Return Type Function Name Documentation
int32ClearCellDataClears the cell data.

Object Members

Object members are as follows:

Type Name Accessor Name Documentation
TypeInformationNodeTypeSets or gets the node type used by this tool. The type must be <Texture> or <InvocationDebugNode>.
int32Float32DecimalPlacesSets or gets the number of decimal places to use when displaying 32-bit floating point data. Range is 1 to 7.
int32Float64DecimalPlacesSets or gets the number of decimal places to use when displaying 64-bit floating point data. Range is 1 to 15.
int32GridSizeXSets or gets the preview grid size on X. This is the number of 'pixels' shown in the magnified view.
int32GridSizeYSets or gets the preview grid size on Y. This is the number of 'pixels' shown in the magnified view.
<Node>NodeSets or gets the pointer to the node being filtered by this tool.
int32ShowGridToggles the 'grid', which are the single pixel lines between the pixels in the magnified view.
int32SnapModeSets or gets the snap mode. This refers to the MagnifierSnapMode enumeration. Please see APP_SERVICE_ENUMERATION_UTIL.SSL in the application scripts folder for more information.
float64TransparencyGets or sets the transparency of the magnified view, which is the rectangular array of pixels representing the magnified view of whatever the mouse is over.
int32ZoomFactorThis determines the overal size of the magnifier view, which is the rectangular array of pixels representing the magnified view of whatever the mouse is over. The default value is 32.