SF_INLINE bool SetDisplayInfo(const DisplayInfo& info);
SetDisplayInfo sets the display properties of a display object (MovieClips, Buttons and TextFields). Only valid for DisplayObject type.
Parameters |
Description |
const DisplayInfo& info |
The display properties to be set on the display object. See DisplayInfo. |
Returns true if display properties were set, otherwise false. A false value will also be returned if the Value is a reference to a display object, and the display object was unloaded.