FairyGUI.UIContentScaler.ApplyModifiedProperties C# (CSharp) Method

ApplyModifiedProperties() public method

public ApplyModifiedProperties ( ) : void
return void
        public void ApplyModifiedProperties()
        {
            _changed = true;
        }

Usage Example

 static public int ApplyModifiedProperties(IntPtr l)
 {
     try {
         FairyGUI.UIContentScaler self = (FairyGUI.UIContentScaler)checkSelf(l);
         self.ApplyModifiedProperties();
         pushValue(l, true);
         return(1);
     }
     catch (Exception e) {
         return(error(l, e));
     }
 }
All Usage Examples Of FairyGUI.UIContentScaler::ApplyModifiedProperties