SF_INLINE void SetVisible(bool visible);
SetVisible sets the visibility of the display object (MovieClips, Buttons and TextFields).
Parameters |
Description |
bool visible |
Boolean value of true sets the display object as visible and value of false disables the display object. |