Merge branch 'master' of http://192.168.1.20:10010/r/Project_SG_client
| | |
| | | maxTextureSize: 2048 |
| | | textureCompression: 1 |
| | | textureFormat: 50 |
| | | - folderName: PrivilegeCard |
| | | blockOffset: 1 |
| | | enableRotation: 0 |
| | | enableTightPacking: 0 |
| | | padding: 4 |
| | | readable: 0 |
| | | generateMipMaps: 0 |
| | | sRGB: 1 |
| | | filterMode: 1 |
| | | platformSettings: |
| | | - name: Standalone |
| | | maxTextureSize: 2048 |
| | | textureCompression: 1 |
| | | textureFormat: 4 |
| | | - name: Android |
| | | maxTextureSize: 2048 |
| | | textureCompression: 1 |
| | | textureFormat: 50 |
| | | - name: iPhone |
| | | maxTextureSize: 2048 |
| | | textureCompression: 1 |
| | | textureFormat: 50 |
| | |
| | | public static void CreateButtonEx() |
| | | { |
| | | var button = UIUtility.CreateWidget("CommonButton", "CommonButton"); |
| | | var buttonEx = button.GetComponent<ButtonEx>(); |
| | | buttonEx.interval = 0.5f; |
| | | SetParent(button); |
| | | } |
| | | |