Scaleform::GFx::Value::DisplayInfo
class DisplayInfo;
DisplayInfo is a structure to modify display properties of a display object (MovieClips, TextField, Button). This structure is used in conjunction with GetDisplayInfo/SetDisplayInfo.
Enumeration |
Description |
Flags set to define the display properties of display objects. |
Method |
Description |
Clears all properties from the DisplayInfo object. | |
Initializes the DisplayInfo structure. | |
Retrieves the alpha transparency of the display object. | |
Retrieves the EdgeAA mode set on the display object. | |
Retrieves the perspective Field of View angle on the object. | |
Retrieves the rotation of the display object. | |
Retrieves the Boolean value to indicate the visibility of the display object. | |
Returns a temporary pointer to the 3D projection matrix set on a 3D movie clip. | |
Returns a temporary pointer to the 3D view matrix set on the 3D movie clip. | |
Retrieves the x coordinate of the display object relative to the parent movie clip. | |
Retrieves the y coordinate of the display object relative to the parent movie clip. | |
Retrieves the z coordinate of the display object relative to the parent movie clip. | |
Returns the rotation of the object around the X axis. | |
Returns the rotation of the object around the Y axis. | |
Retrieves the horizontal scale of the display object. | |
Retrieves the vertical scale of the display object. | |
Retrieves the scale of the object along the Z axis. | |
Determines if a property of the DisplayInfo object is set. | |
Sets the EdgeAA mode of the display object. | |
Initializes the display properties of a display object. | |
Sets the visibility of the display object. | |
Sets the projection matrix for a 3D movie clip. | |
Sets the values in Flags structure indicating the display properties of objects on stage. | |
Sets the view matrix for a 3D movie clip. | |
Sets the alpha transparency of the display object. | |
Sets the perspective Field of View angle in degrees. | |
Sets the coordinate position of the display object. | |
Sets the rotation of the display object. | |
Sets the scaling factor of the display object. | |
Sets the x coordinate of the display object relative to the parent movie clip. | |
Sets the rotation of the object around the X axis. | |
Sets the horizontal scale of the display object. | |
Sets the y coordinate of the display object relative to the parent movie clip. | |
Sets the rotation of the object around the Y axis. | |
Sets the vertical scale of the display object. | |
Sets the z coordinate of the display object relative to the parent movie clip. | |
Sets the scale of the object along the Z axis. |
GFx_Player.h