├── .gitignore ├── Assets ├── NGUI.meta └── NGUI │ ├── Editor.meta │ ├── Editor │ ├── Preview.meta │ ├── Preview │ │ ├── Control - Background.png │ │ ├── Control - Background.png.meta │ │ ├── Control - Colored Button.png │ │ ├── Control - Colored Button.png.meta │ │ ├── Control - Colored Checkbox.png │ │ ├── Control - Colored Checkbox.png.meta │ │ ├── Control - Colored Horizontal Scroll Bar.png │ │ ├── Control - Colored Horizontal Scroll Bar.png.meta │ │ ├── Control - Colored Popup List.png │ │ ├── Control - Colored Popup List.png.meta │ │ ├── Control - Colored Progress Bar.png │ │ ├── Control - Colored Progress Bar.png.meta │ │ ├── Control - Colored Slider.png │ │ ├── Control - Colored Slider.png.meta │ │ ├── Control - Colored Vertical Scroll Bar.png │ │ ├── Control - Colored Vertical Scroll Bar.png.meta │ │ ├── Control - Simple Button.png │ │ ├── Control - Simple Button.png.meta │ │ ├── Control - Simple Checkbox.png │ │ ├── Control - Simple Checkbox.png.meta │ │ ├── Control - Simple Horizontal Scroll Bar.png │ │ ├── Control - Simple Horizontal Scroll Bar.png.meta │ │ ├── Control - Simple Horizontal Slider.png │ │ ├── Control - Simple Horizontal Slider.png.meta │ │ ├── Control - Simple Input Field.png │ │ ├── Control - Simple Input Field.png.meta │ │ ├── Control - Simple Popup List.png │ │ ├── Control - Simple Popup List.png.meta │ │ ├── Control - Simple Progress Bar.png │ │ ├── Control - Simple Progress Bar.png.meta │ │ ├── Control - Simple Text Box.png │ │ ├── Control - Simple Text Box.png.meta │ │ ├── Control - Simple Vertical Scroll Bar.png │ │ ├── Control - Simple Vertical Scroll Bar.png.meta │ │ ├── Control - Simple Vertical Slider.png │ │ └── Control - Simple Vertical Slider.png.meta │ ├── x86.meta │ ├── x86 │ │ ├── FreeType.dll │ │ ├── FreeType.dll.meta │ │ ├── FreeType.dylib │ │ └── FreeType.dylib.meta │ ├── x86_64.meta │ └── x86_64 │ │ ├── FreeType.dll │ │ └── FreeType.dll.meta │ ├── Examples.meta │ ├── Examples │ ├── Animations.meta │ ├── Animations │ │ ├── Button.anim │ │ ├── Button.anim.meta │ │ ├── Checkmark.anim │ │ ├── Checkmark.anim.meta │ │ ├── Logo.anim │ │ ├── Logo.anim.meta │ │ ├── Window - Back.anim │ │ ├── Window - Back.anim.meta │ │ ├── Window - Forward.anim │ │ └── Window - Forward.anim.meta │ ├── Atlases.meta │ ├── Atlases │ │ ├── Fantasy.meta │ │ ├── Fantasy │ │ │ ├── Fantasy Atlas.mat │ │ │ ├── Fantasy Atlas.mat.meta │ │ │ ├── Fantasy Atlas.prefab │ │ │ ├── Fantasy Atlas.prefab.meta │ │ │ ├── Fantasy Atlas.psd │ │ │ ├── Fantasy Atlas.psd.meta │ │ │ ├── Fantasy Font - Normal.prefab │ │ │ ├── Fantasy Font - Normal.prefab.meta │ │ │ ├── Fantasy Font - Normal.txt │ │ │ └── Fantasy Font - Normal.txt.meta │ │ ├── Refractive.meta │ │ ├── Refractive │ │ │ ├── Refractive Atlas - Bump.psd │ │ │ ├── Refractive Atlas - Bump.psd.meta │ │ │ ├── Refractive Atlas - Masks.psd │ │ │ ├── Refractive Atlas - Masks.psd.meta │ │ │ ├── Refractive Atlas.mat │ │ │ ├── Refractive Atlas.mat.meta │ │ │ ├── Refractive Atlas.prefab │ │ │ ├── Refractive Atlas.prefab.meta │ │ │ ├── Refractive Atlas.psd │ │ │ ├── Refractive Atlas.psd.meta │ │ │ ├── Refractive Font - Header.prefab │ │ │ ├── Refractive Font - Header.prefab.meta │ │ │ ├── Refractive Font - Header.txt │ │ │ ├── Refractive Font - Header.txt.meta │ │ │ ├── Refractive Font - Normal.prefab │ │ │ ├── Refractive Font - Normal.prefab.meta │ │ │ ├── Refractive Font - Normal.txt │ │ │ └── Refractive Font - Normal.txt.meta │ │ ├── SciFi.meta │ │ ├── SciFi │ │ │ ├── SciFi Atlas.mat │ │ │ ├── SciFi Atlas.mat.meta │ │ │ ├── SciFi Atlas.prefab │ │ │ ├── SciFi Atlas.prefab.meta │ │ │ ├── SciFi Atlas.psd │ │ │ ├── SciFi Atlas.psd.meta │ │ │ ├── SciFi Font - Header.prefab │ │ │ ├── SciFi Font - Header.prefab.meta │ │ │ ├── SciFi Font - Header.txt │ │ │ ├── SciFi Font - Header.txt.meta │ │ │ ├── SciFi Font - Normal.prefab │ │ │ ├── SciFi Font - Normal.prefab.meta │ │ │ ├── SciFi Font - Normal.txt │ │ │ └── SciFi Font - Normal.txt.meta │ │ ├── Wooden.meta │ │ └── Wooden │ │ │ ├── Arimo14.prefab │ │ │ ├── Arimo14.prefab.meta │ │ │ ├── Arimo14.tga │ │ │ ├── Arimo14.tga.meta │ │ │ ├── Arimo14.txt │ │ │ ├── Arimo14.txt.meta │ │ │ ├── Arimo18.prefab │ │ │ ├── Arimo18.prefab.meta │ │ │ ├── Arimo18.tga │ │ │ ├── Arimo18.tga.meta │ │ │ ├── Arimo18.txt │ │ │ ├── Arimo18.txt.meta │ │ │ ├── Arimo20.prefab │ │ │ ├── Arimo20.prefab.meta │ │ │ ├── Arimo20.tga │ │ │ ├── Arimo20.tga.meta │ │ │ ├── Arimo20.txt │ │ │ ├── Arimo20.txt.meta │ │ │ ├── Coalition.prefab │ │ │ ├── Coalition.prefab.meta │ │ │ ├── Control - Background.prefab │ │ │ ├── Control - Background.prefab.meta │ │ │ ├── Control - Colored Button.prefab │ │ │ ├── Control - Colored Button.prefab.meta │ │ │ ├── Control - Colored Checkbox.prefab │ │ │ ├── Control - Colored Checkbox.prefab.meta │ │ │ ├── Control - Colored Horizontal Scroll Bar.prefab │ │ │ ├── Control - Colored Horizontal Scroll Bar.prefab.meta │ │ │ ├── Control - Colored Popup List.prefab │ │ │ ├── Control - Colored Popup List.prefab.meta │ │ │ ├── Control - Colored Progress Bar.prefab │ │ │ ├── Control - Colored Progress Bar.prefab.meta │ │ │ ├── Control - Colored Slider.prefab │ │ │ ├── Control - Colored Slider.prefab.meta │ │ │ ├── Control - Colored Vertical Scroll Bar.prefab │ │ │ ├── Control - Colored Vertical Scroll Bar.prefab.meta │ │ │ ├── Control - Simple Button.prefab │ │ │ ├── Control - Simple Button.prefab.meta │ │ │ ├── Control - Simple Checkbox.prefab │ │ │ ├── Control - Simple Checkbox.prefab.meta │ │ │ ├── Control - Simple Horizontal Scroll Bar.prefab │ │ │ ├── Control - Simple Horizontal Scroll Bar.prefab.meta │ │ │ ├── Control - Simple Horizontal Slider.prefab │ │ │ ├── Control - Simple Horizontal Slider.prefab.meta │ │ │ ├── Control - Simple Input Field.prefab │ │ │ ├── Control - Simple Input Field.prefab.meta │ │ │ ├── Control - Simple Popup List.prefab │ │ │ ├── Control - Simple Popup List.prefab.meta │ │ │ ├── Control - Simple Progress Bar.prefab │ │ │ ├── Control - Simple Progress Bar.prefab.meta │ │ │ ├── Control - Simple Text Box.prefab │ │ │ ├── Control - Simple Text Box.prefab.meta │ │ │ ├── Control - Simple Vertical Scroll Bar.prefab │ │ │ ├── Control - Simple Vertical Scroll Bar.prefab.meta │ │ │ ├── Control - Simple Vertical Slider.prefab │ │ │ ├── Control - Simple Vertical Slider.prefab.meta │ │ │ ├── Wooden Atlas.mat │ │ │ ├── Wooden Atlas.mat.meta │ │ │ ├── Wooden Atlas.png │ │ │ ├── Wooden Atlas.png.meta │ │ │ ├── Wooden Atlas.prefab │ │ │ └── Wooden Atlas.prefab.meta │ ├── Materials.meta │ ├── Materials │ │ ├── Backdrop.mat │ │ ├── Backdrop.mat.meta │ │ ├── brick.mat │ │ ├── brick.mat.meta │ │ ├── burlap.mat │ │ ├── burlap.mat.meta │ │ ├── sand.mat │ │ └── sand.mat.meta │ ├── Models.meta │ ├── Models │ │ ├── Orc Armor.meta │ │ ├── Orc Armor │ │ │ ├── Bracers.FBX │ │ │ ├── Bracers.FBX.meta │ │ │ ├── Orc Armor (Diffuse).psd │ │ │ ├── Orc Armor (Diffuse).psd.meta │ │ │ ├── Orc Armor (Maps).png │ │ │ ├── Orc Armor (Maps).png.meta │ │ │ ├── Orc Armor (Normal).png │ │ │ ├── Orc Armor (Normal).png.meta │ │ │ ├── Orc Armor.mat │ │ │ ├── Orc Armor.mat.meta │ │ │ ├── Orc Armor.shader │ │ │ ├── Orc Armor.shader.meta │ │ │ ├── Orc Bracers.prefab │ │ │ ├── Orc Bracers.prefab.meta │ │ │ ├── Orc Shoulders.prefab │ │ │ ├── Orc Shoulders.prefab.meta │ │ │ ├── Shoulders.FBX │ │ │ └── Shoulders.FBX.meta │ │ ├── Orc.meta │ │ └── Orc │ │ │ ├── FBX.FBX │ │ │ ├── FBX.FBX.meta │ │ │ ├── FBX@idle.FBX │ │ │ ├── FBX@idle.FBX.meta │ │ │ ├── FBX@idleBreaks.FBX │ │ │ ├── FBX@idleBreaks.FBX.meta │ │ │ ├── Orc Skin (Diffuse).psd │ │ │ ├── Orc Skin (Diffuse).psd.meta │ │ │ ├── Orc Skin (Normal).png │ │ │ ├── Orc Skin (Normal).png.meta │ │ │ ├── Orc Skin.mat │ │ │ ├── Orc Skin.mat.meta │ │ │ ├── Orc Skin.shader │ │ │ ├── Orc Skin.shader.meta │ │ │ ├── Orc.prefab │ │ │ └── Orc.prefab.meta │ ├── Other.meta │ ├── Other │ │ ├── Storage Icon Template.prefab │ │ └── Storage Icon Template.prefab.meta │ ├── Resources.meta │ ├── Resources │ │ ├── Localization.txt │ │ └── Localization.txt.meta │ ├── Scenes.meta │ ├── Scenes │ │ ├── Example 0 - Control Widgets.unity │ │ ├── Example 0 - Control Widgets.unity.meta │ │ ├── Example 1 - Anchors.unity │ │ ├── Example 1 - Anchors.unity.meta │ │ ├── Example 10 - Localization.unity │ │ ├── Example 10 - Localization.unity.meta │ │ ├── Example 11 - Drag & Drop.unity │ │ ├── Example 11 - Drag & Drop.unity.meta │ │ ├── Example 12 - Chat Window.unity │ │ ├── Example 12 - Chat Window.unity.meta │ │ ├── Example 13 - Tabs.unity │ │ ├── Example 13 - Tabs.unity.meta │ │ ├── Example 14 - Endless Scroll Views.unity │ │ ├── Example 14 - Endless Scroll Views.unity.meta │ │ ├── Example 15 - Animated Letters.unity │ │ ├── Example 15 - Animated Letters.unity.meta │ │ ├── Example 2 - Interaction.unity │ │ ├── Example 2 - Interaction.unity.meta │ │ ├── Example 3 - Menu.unity │ │ ├── Example 3 - Menu.unity.meta │ │ ├── Example 4 - Controller Input.unity │ │ ├── Example 4 - Controller Input.unity.meta │ │ ├── Example 5 - Lights and Refraction.unity │ │ ├── Example 5 - Lights and Refraction.unity.meta │ │ ├── Example 6 - Draggable Window.unity │ │ ├── Example 6 - Draggable Window.unity.meta │ │ ├── Example 7 - Scroll View (Panel).unity │ │ ├── Example 7 - Scroll View (Panel).unity.meta │ │ ├── Example 8 - Scroll View (Camera).unity │ │ ├── Example 8 - Scroll View (Camera).unity.meta │ │ ├── Example 9 - Quest Log.unity │ │ ├── Example 9 - Quest Log.unity.meta │ │ ├── Example X - Character.unity │ │ ├── Example X - Character.unity.meta │ │ ├── Tutorial 1.unity │ │ ├── Tutorial 1.unity.meta │ │ ├── Tutorial 2.unity │ │ ├── Tutorial 2.unity.meta │ │ ├── Tutorial 3.unity │ │ ├── Tutorial 3.unity.meta │ │ ├── Tutorial 4.unity │ │ ├── Tutorial 4.unity.meta │ │ ├── Tutorial 5.unity │ │ ├── Tutorial 5.unity.meta │ │ ├── Tutorial 6.unity │ │ ├── Tutorial 6.unity.meta │ │ ├── Tutorial 7.unity │ │ └── Tutorial 7.unity.meta │ ├── Scripts.meta │ ├── Scripts │ │ ├── InventorySystem.meta │ │ ├── InventorySystem │ │ │ ├── Editor.meta │ │ │ ├── Editor │ │ │ │ ├── InvDatabaseInspector.cs │ │ │ │ ├── InvDatabaseInspector.cs.meta │ │ │ │ ├── InvFindItem.cs │ │ │ │ └── InvFindItem.cs.meta │ │ │ ├── Game.meta │ │ │ ├── Game │ │ │ │ ├── EquipItems.cs │ │ │ │ ├── EquipItems.cs.meta │ │ │ │ ├── EquipRandomItem.cs │ │ │ │ ├── EquipRandomItem.cs.meta │ │ │ │ ├── UICursor.cs │ │ │ │ ├── UICursor.cs.meta │ │ │ │ ├── UIEquipmentSlot.cs │ │ │ │ ├── UIEquipmentSlot.cs.meta │ │ │ │ ├── UIItemSlot.cs │ │ │ │ ├── UIItemSlot.cs.meta │ │ │ │ ├── UIItemStorage.cs │ │ │ │ ├── UIItemStorage.cs.meta │ │ │ │ ├── UIStorageSlot.cs │ │ │ │ └── UIStorageSlot.cs.meta │ │ │ ├── System.meta │ │ │ └── System │ │ │ │ ├── InvAttachmentPoint.cs │ │ │ │ ├── InvAttachmentPoint.cs.meta │ │ │ │ ├── InvBaseItem.cs │ │ │ │ ├── InvBaseItem.cs.meta │ │ │ │ ├── InvDatabase.cs │ │ │ │ ├── InvDatabase.cs.meta │ │ │ │ ├── InvEquipment.cs │ │ │ │ ├── InvEquipment.cs.meta │ │ │ │ ├── InvGameItem.cs │ │ │ │ ├── InvGameItem.cs.meta │ │ │ │ ├── InvStat.cs │ │ │ │ └── InvStat.cs.meta │ │ ├── Other.meta │ │ └── Other │ │ │ ├── ChatInput.cs │ │ │ ├── ChatInput.cs.meta │ │ │ ├── DownloadTexture.cs │ │ │ ├── DownloadTexture.cs.meta │ │ │ ├── ExampleDragDropItem.cs │ │ │ ├── ExampleDragDropItem.cs.meta │ │ │ ├── ExampleDragDropSurface.cs │ │ │ ├── ExampleDragDropSurface.cs.meta │ │ │ ├── LagPosition.cs │ │ │ ├── LagPosition.cs.meta │ │ │ ├── LagRotation.cs │ │ │ ├── LagRotation.cs.meta │ │ │ ├── LoadLevelOnClick.cs │ │ │ ├── LoadLevelOnClick.cs.meta │ │ │ ├── LookAtTarget.cs │ │ │ ├── LookAtTarget.cs.meta │ │ │ ├── OpenURLOnClick.cs │ │ │ ├── OpenURLOnClick.cs.meta │ │ │ ├── PanWithMouse.cs │ │ │ ├── PanWithMouse.cs.meta │ │ │ ├── PlayIdleAnimations.cs │ │ │ ├── PlayIdleAnimations.cs.meta │ │ │ ├── SetColorPickerColor.cs │ │ │ ├── SetColorPickerColor.cs.meta │ │ │ ├── Spin.cs │ │ │ ├── Spin.cs.meta │ │ │ ├── SpinWithMouse.cs │ │ │ ├── SpinWithMouse.cs.meta │ │ │ ├── Tutorial5.cs │ │ │ ├── Tutorial5.cs.meta │ │ │ ├── UISliderColors.cs │ │ │ ├── UISliderColors.cs.meta │ │ │ ├── WindowAutoYaw.cs │ │ │ ├── WindowAutoYaw.cs.meta │ │ │ ├── WindowDragTilt.cs │ │ │ └── WindowDragTilt.cs.meta │ ├── Shaders.meta │ ├── Shaders │ │ ├── Refractive.shader │ │ ├── Refractive.shader.meta │ │ ├── Unlit - Additive Colored.shader │ │ ├── Unlit - Additive Colored.shader.meta │ │ ├── Unlit - Depth Cutout.shader │ │ ├── Unlit - Depth Cutout.shader.meta │ │ ├── Unlit - Depth.shader │ │ ├── Unlit - Depth.shader.meta │ │ ├── Unlit - Masked Colored.shader │ │ └── Unlit - Masked Colored.shader.meta │ ├── Sounds.meta │ ├── Sounds │ │ ├── Crumple.wav │ │ ├── Crumple.wav.meta │ │ ├── Rumble.wav │ │ ├── Rumble.wav.meta │ │ ├── Swipe.wav │ │ ├── Swipe.wav.meta │ │ ├── Tap.wav │ │ └── Tap.wav.meta │ ├── Textures.meta │ └── Textures │ │ ├── Backdrop.png │ │ ├── Backdrop.png.meta │ │ ├── brick.jpg │ │ ├── brick.jpg.meta │ │ ├── brickNM.png │ │ ├── brickNM.png.meta │ │ ├── burlap.jpg │ │ ├── burlap.jpg.meta │ │ ├── sand.png │ │ └── sand.png.meta │ ├── Plugins.meta │ ├── Plugins │ ├── CString.dll │ ├── CString.dll.meta │ ├── Debugger.dll │ └── Debugger.dll.meta │ ├── ReadMe - 3.11.1.txt │ ├── ReadMe - 3.11.1.txt.meta │ ├── Resources.meta │ ├── Resources │ ├── Shaders.meta │ └── Shaders │ │ ├── Unlit - Premultiplied Colored (TextureClip).shader │ │ ├── Unlit - Premultiplied Colored (TextureClip).shader.meta │ │ ├── Unlit - Premultiplied Colored 1.shader │ │ ├── Unlit - Premultiplied Colored 1.shader.meta │ │ ├── Unlit - Premultiplied Colored 2.shader │ │ ├── Unlit - Premultiplied Colored 2.shader.meta │ │ ├── Unlit - Premultiplied Colored 3.shader │ │ ├── Unlit - Premultiplied Colored 3.shader.meta │ │ ├── Unlit - Premultiplied Colored.shader │ │ ├── Unlit - Premultiplied Colored.shader.meta │ │ ├── Unlit - Text (TextureClip).shader │ │ ├── Unlit - Text (TextureClip).shader.meta │ │ ├── Unlit - Text 1.shader │ │ ├── Unlit - Text 1.shader.meta │ │ ├── Unlit - Text 2.shader │ │ ├── Unlit - Text 2.shader.meta │ │ ├── Unlit - Text 3.shader │ │ ├── Unlit - Text 3.shader.meta │ │ ├── Unlit - Text.shader │ │ ├── Unlit - Text.shader.meta │ │ ├── Unlit - Transparent Colored (Packed) (TextureClip).shader │ │ ├── Unlit - Transparent Colored (Packed) (TextureClip).shader.meta │ │ ├── Unlit - Transparent Colored (TextureClip).shader │ │ ├── Unlit - Transparent Colored (TextureClip).shader.meta │ │ ├── Unlit - Transparent Colored 1.shader │ │ ├── Unlit - Transparent Colored 1.shader.meta │ │ ├── Unlit - Transparent Colored 2.shader │ │ ├── Unlit - Transparent Colored 2.shader.meta │ │ ├── Unlit - Transparent Colored 3.shader │ │ ├── Unlit - Transparent Colored 3.shader.meta │ │ ├── Unlit - Transparent Colored.shader │ │ ├── Unlit - Transparent Colored.shader.meta │ │ ├── Unlit - Transparent Colored_ETC 1.shader │ │ ├── Unlit - Transparent Colored_ETC 1.shader.meta │ │ ├── Unlit - Transparent Colored_ETC 2.shader │ │ ├── Unlit - Transparent Colored_ETC 2.shader.meta │ │ ├── Unlit - Transparent Colored_ETC 3.shader │ │ ├── Unlit - Transparent Colored_ETC 3.shader.meta │ │ ├── Unlit - Transparent Colored_ETC.shader │ │ ├── Unlit - Transparent Colored_ETC.shader.meta │ │ ├── Unlit - Transparent Colored_ETC_A 1.shader │ │ ├── Unlit - Transparent Colored_ETC_A 1.shader.meta │ │ ├── Unlit - Transparent Colored_ETC_A 2.shader │ │ ├── Unlit - Transparent Colored_ETC_A 2.shader.meta │ │ ├── Unlit - Transparent Colored_ETC_A 3.shader │ │ ├── Unlit - Transparent Colored_ETC_A 3.shader.meta │ │ ├── Unlit - Transparent Colored_ETC_A.shader │ │ ├── Unlit - Transparent Colored_ETC_A.shader.meta │ │ ├── Unlit - Transparent Masked 1.shader │ │ ├── Unlit - Transparent Masked 1.shader.meta │ │ ├── Unlit - Transparent Masked 2.shader │ │ ├── Unlit - Transparent Masked 2.shader.meta │ │ ├── Unlit - Transparent Masked 3.shader │ │ ├── Unlit - Transparent Masked 3.shader.meta │ │ ├── Unlit - Transparent Masked.shader │ │ ├── Unlit - Transparent Masked.shader.meta │ │ ├── Unlit - Transparent Packed 1.shader │ │ ├── Unlit - Transparent Packed 1.shader.meta │ │ ├── Unlit - Transparent Packed 2.shader │ │ ├── Unlit - Transparent Packed 2.shader.meta │ │ ├── Unlit - Transparent Packed 3.shader │ │ ├── Unlit - Transparent Packed 3.shader.meta │ │ ├── Unlit - Transparent Packed.shader │ │ └── Unlit - Transparent Packed.shader.meta │ ├── Scripts.meta │ └── Scripts │ ├── Editor.meta │ ├── Editor │ ├── ActiveAnimationEditor.cs │ ├── ActiveAnimationEditor.cs.meta │ ├── BMFontReader.cs │ ├── BMFontReader.cs.meta │ ├── ComponentSelector.cs │ ├── ComponentSelector.cs.meta │ ├── EventDelegateDrawer.cs │ ├── EventDelegateDrawer.cs.meta │ ├── EventDelegateEditor.cs │ ├── EventDelegateEditor.cs.meta │ ├── FreeType.cs │ ├── FreeType.cs.meta │ ├── MinMaxRangeAttributeDrawer.cs │ ├── MinMaxRangeAttributeDrawer.cs.meta │ ├── NGUIContextMenu.cs │ ├── NGUIContextMenu.cs.meta │ ├── NGUIEditorExtensions.cs │ ├── NGUIEditorExtensions.cs.meta │ ├── NGUIEditorTools.cs │ ├── NGUIEditorTools.cs.meta │ ├── NGUIHandles.cs │ ├── NGUIHandles.cs.meta │ ├── NGUIHelp.cs │ ├── NGUIHelp.cs.meta │ ├── NGUIJson.cs │ ├── NGUIJson.cs.meta │ ├── NGUIMenu.cs │ ├── NGUIMenu.cs.meta │ ├── NGUISelectionTools.cs │ ├── NGUISelectionTools.cs.meta │ ├── NGUISettings.cs │ ├── NGUISettings.cs.meta │ ├── NGUISnap.cs │ ├── NGUISnap.cs.meta │ ├── NGUITransformInspector.cs │ ├── NGUITransformInspector.cs.meta │ ├── PropertyBindingEditor.cs │ ├── PropertyBindingEditor.cs.meta │ ├── PropertyReferenceDrawer.cs │ ├── PropertyReferenceDrawer.cs.meta │ ├── SpriteSelector.cs │ ├── SpriteSelector.cs.meta │ ├── TweenAlphaEditor.cs │ ├── TweenAlphaEditor.cs.meta │ ├── TweenColorEditor.cs │ ├── TweenColorEditor.cs.meta │ ├── TweenFOVEditor.cs │ ├── TweenFOVEditor.cs.meta │ ├── TweenHeightEditor.cs │ ├── TweenHeightEditor.cs.meta │ ├── TweenOrthoSizeEditor.cs │ ├── TweenOrthoSizeEditor.cs.meta │ ├── TweenPositionEditor.cs │ ├── TweenPositionEditor.cs.meta │ ├── TweenRotationEditor.cs │ ├── TweenRotationEditor.cs.meta │ ├── TweenScaleEditor.cs │ ├── TweenScaleEditor.cs.meta │ ├── TweenTransformEditor.cs │ ├── TweenTransformEditor.cs.meta │ ├── TweenVolumeEditor.cs │ ├── TweenVolumeEditor.cs.meta │ ├── TweenWidthEditor.cs │ ├── TweenWidthEditor.cs.meta │ ├── TypewriterEffectEditor.cs │ ├── TypewriterEffectEditor.cs.meta │ ├── UI2DSpriteEditor.cs │ ├── UI2DSpriteEditor.cs.meta │ ├── UIAnchorEditor.cs │ ├── UIAnchorEditor.cs.meta │ ├── UIAtlasInspector.cs │ ├── UIAtlasInspector.cs.meta │ ├── UIAtlasMaker.cs │ ├── UIAtlasMaker.cs.meta │ ├── UIBasicSpriteEditor.cs │ ├── UIBasicSpriteEditor.cs.meta │ ├── UIButtonColorEditor.cs │ ├── UIButtonColorEditor.cs.meta │ ├── UIButtonEditor.cs │ ├── UIButtonEditor.cs.meta │ ├── UIButtonKeysEditor.cs │ ├── UIButtonKeysEditor.cs.meta │ ├── UIButtonMessageEditor.cs │ ├── UIButtonMessageEditor.cs.meta │ ├── UICameraEditor.cs │ ├── UICameraEditor.cs.meta │ ├── UICameraTool.cs │ ├── UICameraTool.cs.meta │ ├── UIColorPickerEditor.cs │ ├── UIColorPickerEditor.cs.meta │ ├── UICreateNewUIWizard.cs │ ├── UICreateNewUIWizard.cs.meta │ ├── UICreateWidgetWizard.cs │ ├── UICreateWidgetWizard.cs.meta │ ├── UIDragObjectEditor.cs │ ├── UIDragObjectEditor.cs.meta │ ├── UIDrawCallInspector.cs │ ├── UIDrawCallInspector.cs.meta │ ├── UIDrawCallViewer.cs │ ├── UIDrawCallViewer.cs.meta │ ├── UIEventTriggerEditor.cs │ ├── UIEventTriggerEditor.cs.meta │ ├── UIFontInspector.cs │ ├── UIFontInspector.cs.meta │ ├── UIFontMaker.cs │ ├── UIFontMaker.cs.meta │ ├── UIForwardEventsEditor.cs │ ├── UIForwardEventsEditor.cs.meta │ ├── UIGridEditor.cs │ ├── UIGridEditor.cs.meta │ ├── UIImageButtonInspector.cs │ ├── UIImageButtonInspector.cs.meta │ ├── UIInputEditor.cs │ ├── UIInputEditor.cs.meta │ ├── UIKeyNavigationEditor.cs │ ├── UIKeyNavigationEditor.cs.meta │ ├── UILabelInspector.cs │ ├── UILabelInspector.cs.meta │ ├── UILocalizeEditor.cs │ ├── UILocalizeEditor.cs.meta │ ├── UIPanelInspector.cs │ ├── UIPanelInspector.cs.meta │ ├── UIPanelTool.cs │ ├── UIPanelTool.cs.meta │ ├── UIPlayAnimationEditor.cs │ ├── UIPlayAnimationEditor.cs.meta │ ├── UIPlayTweenEditor.cs │ ├── UIPlayTweenEditor.cs.meta │ ├── UIPopupListInspector.cs │ ├── UIPopupListInspector.cs.meta │ ├── UIPrefabTool.cs │ ├── UIPrefabTool.cs.meta │ ├── UIProgressBarEditor.cs │ ├── UIProgressBarEditor.cs.meta │ ├── UIRectEditor.cs │ ├── UIRectEditor.cs.meta │ ├── UIRootEditor.cs │ ├── UIRootEditor.cs.meta │ ├── UIScrollBarEditor.cs │ ├── UIScrollBarEditor.cs.meta │ ├── UIScrollViewEditor.cs │ ├── UIScrollViewEditor.cs.meta │ ├── UISliderEditor.cs │ ├── UISliderEditor.cs.meta │ ├── UISnapshotPointEditor.cs │ ├── UISnapshotPointEditor.cs.meta │ ├── UISpriteAnimationInspector.cs │ ├── UISpriteAnimationInspector.cs.meta │ ├── UISpriteInspector.cs │ ├── UISpriteInspector.cs.meta │ ├── UIStretchEditor.cs │ ├── UIStretchEditor.cs.meta │ ├── UITableEditor.cs │ ├── UITableEditor.cs.meta │ ├── UITextureInspector.cs │ ├── UITextureInspector.cs.meta │ ├── UITexturePacker.cs │ ├── UITexturePacker.cs.meta │ ├── UIToggleInspector.cs │ ├── UIToggleInspector.cs.meta │ ├── UITweenerEditor.cs │ ├── UITweenerEditor.cs.meta │ ├── UIWidgetContainerEditor.cs │ ├── UIWidgetContainerEditor.cs.meta │ ├── UIWidgetInspector.cs │ ├── UIWidgetInspector.cs.meta │ ├── UIWrapContentEditor.cs │ └── UIWrapContentEditor.cs.meta │ ├── Interaction.meta │ ├── Interaction │ ├── EnvelopContent.cs │ ├── EnvelopContent.cs.meta │ ├── LanguageSelection.cs │ ├── LanguageSelection.cs.meta │ ├── TypewriterEffect.cs │ ├── TypewriterEffect.cs.meta │ ├── UIButton.cs │ ├── UIButton.cs.meta │ ├── UIButtonActivate.cs │ ├── UIButtonActivate.cs.meta │ ├── UIButtonColor.cs │ ├── UIButtonColor.cs.meta │ ├── UIButtonKeys.cs │ ├── UIButtonKeys.cs.meta │ ├── UIButtonMessage.cs │ ├── UIButtonMessage.cs.meta │ ├── UIButtonOffset.cs │ ├── UIButtonOffset.cs.meta │ ├── UIButtonRotation.cs │ ├── UIButtonRotation.cs.meta │ ├── UIButtonScale.cs │ ├── UIButtonScale.cs.meta │ ├── UICenterOnChild.cs │ ├── UICenterOnChild.cs.meta │ ├── UICenterOnClick.cs │ ├── UICenterOnClick.cs.meta │ ├── UIDragCamera.cs │ ├── UIDragCamera.cs.meta │ ├── UIDragDropContainer.cs │ ├── UIDragDropContainer.cs.meta │ ├── UIDragDropItem.cs │ ├── UIDragDropItem.cs.meta │ ├── UIDragDropRoot.cs │ ├── UIDragDropRoot.cs.meta │ ├── UIDragObject.cs │ ├── UIDragObject.cs.meta │ ├── UIDragResize.cs │ ├── UIDragResize.cs.meta │ ├── UIDragScrollView.cs │ ├── UIDragScrollView.cs.meta │ ├── UIDraggableCamera.cs │ ├── UIDraggableCamera.cs.meta │ ├── UIEventTrigger.cs │ ├── UIEventTrigger.cs.meta │ ├── UIForwardEvents.cs │ ├── UIForwardEvents.cs.meta │ ├── UIGrid.cs │ ├── UIGrid.cs.meta │ ├── UIImageButton.cs │ ├── UIImageButton.cs.meta │ ├── UIKeyBinding.cs │ ├── UIKeyBinding.cs.meta │ ├── UIKeyNavigation.cs │ ├── UIKeyNavigation.cs.meta │ ├── UIPlayAnimation.cs │ ├── UIPlayAnimation.cs.meta │ ├── UIPlaySound.cs │ ├── UIPlaySound.cs.meta │ ├── UIPlayTween.cs │ ├── UIPlayTween.cs.meta │ ├── UIPopupList.cs │ ├── UIPopupList.cs.meta │ ├── UIProgressBar.cs │ ├── UIProgressBar.cs.meta │ ├── UISavedOption.cs │ ├── UISavedOption.cs.meta │ ├── UIScrollBar.cs │ ├── UIScrollBar.cs.meta │ ├── UIScrollView.cs │ ├── UIScrollView.cs.meta │ ├── UIShowControlScheme.cs │ ├── UIShowControlScheme.cs.meta │ ├── UISlider.cs │ ├── UISlider.cs.meta │ ├── UISoundVolume.cs │ ├── UISoundVolume.cs.meta │ ├── UITable.cs │ ├── UITable.cs.meta │ ├── UIToggle.cs │ ├── UIToggle.cs.meta │ ├── UIToggledComponents.cs │ ├── UIToggledComponents.cs.meta │ ├── UIToggledObjects.cs │ ├── UIToggledObjects.cs.meta │ ├── UIWidgetContainer.cs │ ├── UIWidgetContainer.cs.meta │ ├── UIWrapContent.cs │ └── UIWrapContent.cs.meta │ ├── Internal.meta │ ├── Internal │ ├── ActiveAnimation.cs │ ├── ActiveAnimation.cs.meta │ ├── AnimationOrTween.cs │ ├── AnimationOrTween.cs.meta │ ├── BMFont.cs │ ├── BMFont.cs.meta │ ├── BMGlyph.cs │ ├── BMGlyph.cs.meta │ ├── BMSymbol.cs │ ├── BMSymbol.cs.meta │ ├── BetterList.cs │ ├── BetterList.cs.meta │ ├── ByteReader.cs │ ├── ByteReader.cs.meta │ ├── DynamicMaterial.cs │ ├── DynamicMaterial.cs.meta │ ├── EventDelegate.cs │ ├── EventDelegate.cs.meta │ ├── Localization.cs │ ├── Localization.cs.meta │ ├── MinMaxRangeAttribute.cs │ ├── MinMaxRangeAttribute.cs.meta │ ├── NGUIDebug.cs │ ├── NGUIDebug.cs.meta │ ├── NGUIMath.cs │ ├── NGUIMath.cs.meta │ ├── NGUIText.cs │ ├── NGUIText.cs.meta │ ├── NGUITools.cs │ ├── NGUITools.cs.meta │ ├── PropertyBinding.cs │ ├── PropertyBinding.cs.meta │ ├── PropertyReference.cs │ ├── PropertyReference.cs.meta │ ├── RealTime.cs │ ├── RealTime.cs.meta │ ├── SpringPanel.cs │ ├── SpringPanel.cs.meta │ ├── UIBasicSprite.cs │ ├── UIBasicSprite.cs.meta │ ├── UIDrawCall.cs │ ├── UIDrawCall.cs.meta │ ├── UIEventListener.cs │ ├── UIEventListener.cs.meta │ ├── UIGeometry.cs │ ├── UIGeometry.cs.meta │ ├── UIRect.cs │ ├── UIRect.cs.meta │ ├── UISnapshotPoint.cs │ ├── UISnapshotPoint.cs.meta │ ├── UIWidget.cs │ └── UIWidget.cs.meta │ ├── Tweening.meta │ ├── Tweening │ ├── AnimatedAlpha.cs │ ├── AnimatedAlpha.cs.meta │ ├── AnimatedColor.cs │ ├── AnimatedColor.cs.meta │ ├── AnimatedWidget.cs │ ├── AnimatedWidget.cs.meta │ ├── SpringPosition.cs │ ├── SpringPosition.cs.meta │ ├── TweenAlpha.cs │ ├── TweenAlpha.cs.meta │ ├── TweenColor.cs │ ├── TweenColor.cs.meta │ ├── TweenFOV.cs │ ├── TweenFOV.cs.meta │ ├── TweenFill.cs │ ├── TweenFill.cs.meta │ ├── TweenHeight.cs │ ├── TweenHeight.cs.meta │ ├── TweenLetters.cs │ ├── TweenLetters.cs.meta │ ├── TweenOrthoSize.cs │ ├── TweenOrthoSize.cs.meta │ ├── TweenPosition.cs │ ├── TweenPosition.cs.meta │ ├── TweenRotation.cs │ ├── TweenRotation.cs.meta │ ├── TweenScale.cs │ ├── TweenScale.cs.meta │ ├── TweenTransform.cs │ ├── TweenTransform.cs.meta │ ├── TweenVolume.cs │ ├── TweenVolume.cs.meta │ ├── TweenWidth.cs │ ├── TweenWidth.cs.meta │ ├── UITweener.cs │ └── UITweener.cs.meta │ ├── UI.meta │ ├── UI │ ├── UI2DSprite.cs │ ├── UI2DSprite.cs.meta │ ├── UI2DSpriteAnimation.cs │ ├── UI2DSpriteAnimation.cs.meta │ ├── UIAnchor.cs │ ├── UIAnchor.cs.meta │ ├── UIAtlas.cs │ ├── UIAtlas.cs.meta │ ├── UICamera.cs │ ├── UICamera.cs.meta │ ├── UIColorPicker.cs │ ├── UIColorPicker.cs.meta │ ├── UIFont.cs │ ├── UIFont.cs.meta │ ├── UIInput.cs │ ├── UIInput.cs.meta │ ├── UIInputOnGUI.cs │ ├── UIInputOnGUI.cs.meta │ ├── UILabel.cs │ ├── UILabel.cs.meta │ ├── UILocalize.cs │ ├── UILocalize.cs.meta │ ├── UIOrthoCamera.cs │ ├── UIOrthoCamera.cs.meta │ ├── UIPanel.cs │ ├── UIPanel.cs.meta │ ├── UIRoot.cs │ ├── UIRoot.cs.meta │ ├── UISprite.cs │ ├── UISprite.cs.meta │ ├── UISpriteAnimation.cs │ ├── UISpriteAnimation.cs.meta │ ├── UISpriteData.cs │ ├── UISpriteData.cs.meta │ ├── UIStretch.cs │ ├── UIStretch.cs.meta │ ├── UITextList.cs │ ├── UITextList.cs.meta │ ├── UITexture.cs │ ├── UITexture.cs.meta │ ├── UITooltip.cs │ ├── UITooltip.cs.meta │ ├── UIViewport.cs │ └── UIViewport.cs.meta │ ├── UnGfx.cs │ └── UnGfx.cs.meta ├── LICENSE ├── ProjectSettings ├── AudioManager.asset ├── ClusterInputManager.asset ├── DynamicsManager.asset ├── EditorBuildSettings.asset ├── EditorSettings.asset ├── GraphicsSettings.asset ├── InputManager.asset ├── NavMeshAreas.asset ├── NetworkManager.asset ├── Physics2DSettings.asset ├── ProjectSettings.asset ├── ProjectVersion.txt ├── QualitySettings.asset ├── TagManager.asset ├── TimeManager.asset ├── UnityAdsSettings.asset └── UnityConnectSettings.asset └── README.md /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/.gitignore -------------------------------------------------------------------------------- /Assets/NGUI.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI.meta -------------------------------------------------------------------------------- /Assets/NGUI/Editor.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Editor.meta -------------------------------------------------------------------------------- /Assets/NGUI/Editor/Preview.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Editor/Preview.meta -------------------------------------------------------------------------------- /Assets/NGUI/Editor/Preview/Control - Background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Editor/Preview/Control - Background.png -------------------------------------------------------------------------------- /Assets/NGUI/Editor/Preview/Control - Background.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Editor/Preview/Control - Background.png.meta -------------------------------------------------------------------------------- /Assets/NGUI/Editor/Preview/Control - Colored Button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Editor/Preview/Control - Colored Button.png -------------------------------------------------------------------------------- /Assets/NGUI/Editor/Preview/Control - Colored Button.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Editor/Preview/Control - Colored Button.png.meta -------------------------------------------------------------------------------- /Assets/NGUI/Editor/Preview/Control - Colored Checkbox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Editor/Preview/Control - Colored Checkbox.png -------------------------------------------------------------------------------- /Assets/NGUI/Editor/Preview/Control - Colored Checkbox.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Editor/Preview/Control - Colored Checkbox.png.meta -------------------------------------------------------------------------------- /Assets/NGUI/Editor/Preview/Control - Colored Horizontal Scroll Bar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Editor/Preview/Control - Colored Horizontal Scroll Bar.png -------------------------------------------------------------------------------- /Assets/NGUI/Editor/Preview/Control - Colored Popup List.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Editor/Preview/Control - Colored Popup List.png -------------------------------------------------------------------------------- /Assets/NGUI/Editor/Preview/Control - Colored Popup List.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Editor/Preview/Control - Colored Popup List.png.meta -------------------------------------------------------------------------------- /Assets/NGUI/Editor/Preview/Control - Colored Progress Bar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Editor/Preview/Control - Colored Progress Bar.png -------------------------------------------------------------------------------- /Assets/NGUI/Editor/Preview/Control - Colored Progress Bar.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Editor/Preview/Control - Colored Progress Bar.png.meta -------------------------------------------------------------------------------- /Assets/NGUI/Editor/Preview/Control - Colored Slider.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Editor/Preview/Control - Colored Slider.png -------------------------------------------------------------------------------- /Assets/NGUI/Editor/Preview/Control - Colored Slider.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Editor/Preview/Control - Colored Slider.png.meta -------------------------------------------------------------------------------- /Assets/NGUI/Editor/Preview/Control - Colored Vertical Scroll Bar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Editor/Preview/Control - Colored Vertical Scroll Bar.png -------------------------------------------------------------------------------- /Assets/NGUI/Editor/Preview/Control - Simple Button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Editor/Preview/Control - Simple Button.png -------------------------------------------------------------------------------- /Assets/NGUI/Editor/Preview/Control - Simple Button.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Editor/Preview/Control - Simple Button.png.meta -------------------------------------------------------------------------------- /Assets/NGUI/Editor/Preview/Control - Simple Checkbox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Editor/Preview/Control - Simple Checkbox.png -------------------------------------------------------------------------------- /Assets/NGUI/Editor/Preview/Control - Simple Checkbox.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Editor/Preview/Control - Simple Checkbox.png.meta -------------------------------------------------------------------------------- /Assets/NGUI/Editor/Preview/Control - Simple Horizontal Scroll Bar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Editor/Preview/Control - Simple Horizontal Scroll Bar.png -------------------------------------------------------------------------------- /Assets/NGUI/Editor/Preview/Control - Simple Horizontal Slider.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Editor/Preview/Control - Simple Horizontal Slider.png -------------------------------------------------------------------------------- /Assets/NGUI/Editor/Preview/Control - Simple Horizontal Slider.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Editor/Preview/Control - Simple Horizontal Slider.png.meta -------------------------------------------------------------------------------- /Assets/NGUI/Editor/Preview/Control - Simple Input Field.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Editor/Preview/Control - Simple Input Field.png -------------------------------------------------------------------------------- /Assets/NGUI/Editor/Preview/Control - Simple Input Field.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Editor/Preview/Control - Simple Input Field.png.meta -------------------------------------------------------------------------------- /Assets/NGUI/Editor/Preview/Control - Simple Popup List.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Editor/Preview/Control - Simple Popup List.png -------------------------------------------------------------------------------- /Assets/NGUI/Editor/Preview/Control - Simple Popup List.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Editor/Preview/Control - Simple Popup List.png.meta -------------------------------------------------------------------------------- /Assets/NGUI/Editor/Preview/Control - Simple Progress Bar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Editor/Preview/Control - Simple Progress Bar.png -------------------------------------------------------------------------------- /Assets/NGUI/Editor/Preview/Control - Simple Progress Bar.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Editor/Preview/Control - Simple Progress Bar.png.meta -------------------------------------------------------------------------------- /Assets/NGUI/Editor/Preview/Control - Simple Text Box.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Editor/Preview/Control - Simple Text Box.png -------------------------------------------------------------------------------- /Assets/NGUI/Editor/Preview/Control - Simple Text Box.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Editor/Preview/Control - Simple Text Box.png.meta -------------------------------------------------------------------------------- /Assets/NGUI/Editor/Preview/Control - Simple Vertical Scroll Bar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Editor/Preview/Control - Simple Vertical Scroll Bar.png -------------------------------------------------------------------------------- /Assets/NGUI/Editor/Preview/Control - Simple Vertical Scroll Bar.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Editor/Preview/Control - Simple Vertical Scroll Bar.png.meta -------------------------------------------------------------------------------- /Assets/NGUI/Editor/Preview/Control - Simple Vertical Slider.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Editor/Preview/Control - Simple Vertical Slider.png -------------------------------------------------------------------------------- /Assets/NGUI/Editor/Preview/Control - Simple Vertical Slider.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Editor/Preview/Control - Simple Vertical Slider.png.meta -------------------------------------------------------------------------------- /Assets/NGUI/Editor/x86.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Editor/x86.meta -------------------------------------------------------------------------------- /Assets/NGUI/Editor/x86/FreeType.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Editor/x86/FreeType.dll -------------------------------------------------------------------------------- /Assets/NGUI/Editor/x86/FreeType.dll.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Editor/x86/FreeType.dll.meta -------------------------------------------------------------------------------- /Assets/NGUI/Editor/x86/FreeType.dylib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Editor/x86/FreeType.dylib -------------------------------------------------------------------------------- /Assets/NGUI/Editor/x86/FreeType.dylib.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Editor/x86/FreeType.dylib.meta -------------------------------------------------------------------------------- /Assets/NGUI/Editor/x86_64.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Editor/x86_64.meta -------------------------------------------------------------------------------- /Assets/NGUI/Editor/x86_64/FreeType.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Editor/x86_64/FreeType.dll -------------------------------------------------------------------------------- /Assets/NGUI/Editor/x86_64/FreeType.dll.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Editor/x86_64/FreeType.dll.meta -------------------------------------------------------------------------------- /Assets/NGUI/Examples.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples.meta -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Animations.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Animations.meta -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Animations/Button.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Animations/Button.anim -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Animations/Button.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Animations/Button.anim.meta -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Animations/Checkmark.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Animations/Checkmark.anim -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Animations/Checkmark.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Animations/Checkmark.anim.meta -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Animations/Logo.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Animations/Logo.anim -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Animations/Logo.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Animations/Logo.anim.meta -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Animations/Window - Back.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Animations/Window - Back.anim -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Animations/Window - Back.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Animations/Window - Back.anim.meta -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Animations/Window - Forward.anim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Animations/Window - Forward.anim -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Animations/Window - Forward.anim.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Animations/Window - Forward.anim.meta -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Atlases.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Atlases.meta -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Atlases/Fantasy.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Atlases/Fantasy.meta -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Atlases/Fantasy/Fantasy Atlas.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Atlases/Fantasy/Fantasy Atlas.mat -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Atlases/Fantasy/Fantasy Atlas.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Atlases/Fantasy/Fantasy Atlas.mat.meta -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Atlases/Fantasy/Fantasy Atlas.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Atlases/Fantasy/Fantasy Atlas.prefab -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Atlases/Fantasy/Fantasy Atlas.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Atlases/Fantasy/Fantasy Atlas.prefab.meta -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Atlases/Fantasy/Fantasy Atlas.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Atlases/Fantasy/Fantasy Atlas.psd -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Atlases/Fantasy/Fantasy Atlas.psd.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Atlases/Fantasy/Fantasy Atlas.psd.meta -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Atlases/Fantasy/Fantasy Font - Normal.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Atlases/Fantasy/Fantasy Font - Normal.prefab -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Atlases/Fantasy/Fantasy Font - Normal.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Atlases/Fantasy/Fantasy Font - Normal.prefab.meta -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Atlases/Fantasy/Fantasy Font - Normal.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Atlases/Fantasy/Fantasy Font - Normal.txt -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Atlases/Fantasy/Fantasy Font - Normal.txt.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Atlases/Fantasy/Fantasy Font - Normal.txt.meta -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Atlases/Refractive.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Atlases/Refractive.meta -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Atlases/Refractive/Refractive Atlas - Bump.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Atlases/Refractive/Refractive Atlas - Bump.psd -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Atlases/Refractive/Refractive Atlas - Bump.psd.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Atlases/Refractive/Refractive Atlas - Bump.psd.meta -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Atlases/Refractive/Refractive Atlas - Masks.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Atlases/Refractive/Refractive Atlas - Masks.psd -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Atlases/Refractive/Refractive Atlas.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Atlases/Refractive/Refractive Atlas.mat -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Atlases/Refractive/Refractive Atlas.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Atlases/Refractive/Refractive Atlas.mat.meta -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Atlases/Refractive/Refractive Atlas.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Atlases/Refractive/Refractive Atlas.prefab -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Atlases/Refractive/Refractive Atlas.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Atlases/Refractive/Refractive Atlas.prefab.meta -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Atlases/Refractive/Refractive Atlas.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Atlases/Refractive/Refractive Atlas.psd -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Atlases/Refractive/Refractive Atlas.psd.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Atlases/Refractive/Refractive Atlas.psd.meta -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Atlases/Refractive/Refractive Font - Header.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Atlases/Refractive/Refractive Font - Header.prefab -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Atlases/Refractive/Refractive Font - Header.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Atlases/Refractive/Refractive Font - Header.txt -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Atlases/Refractive/Refractive Font - Normal.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Atlases/Refractive/Refractive Font - Normal.prefab -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Atlases/Refractive/Refractive Font - Normal.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Atlases/Refractive/Refractive Font - Normal.txt -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Atlases/SciFi.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Atlases/SciFi.meta -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Atlases/SciFi/SciFi Atlas.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Atlases/SciFi/SciFi Atlas.mat -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Atlases/SciFi/SciFi Atlas.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Atlases/SciFi/SciFi Atlas.mat.meta -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Atlases/SciFi/SciFi Atlas.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Atlases/SciFi/SciFi Atlas.prefab -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Atlases/SciFi/SciFi Atlas.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Atlases/SciFi/SciFi Atlas.prefab.meta -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Atlases/SciFi/SciFi Atlas.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Atlases/SciFi/SciFi Atlas.psd -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Atlases/SciFi/SciFi Atlas.psd.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Atlases/SciFi/SciFi Atlas.psd.meta -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Atlases/SciFi/SciFi Font - Header.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Atlases/SciFi/SciFi Font - Header.prefab -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Atlases/SciFi/SciFi Font - Header.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Atlases/SciFi/SciFi Font - Header.prefab.meta -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Atlases/SciFi/SciFi Font - Header.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Atlases/SciFi/SciFi Font - Header.txt -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Atlases/SciFi/SciFi Font - Header.txt.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Atlases/SciFi/SciFi Font - Header.txt.meta -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Atlases/SciFi/SciFi Font - Normal.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Atlases/SciFi/SciFi Font - Normal.prefab -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Atlases/SciFi/SciFi Font - Normal.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Atlases/SciFi/SciFi Font - Normal.prefab.meta -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Atlases/SciFi/SciFi Font - Normal.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Atlases/SciFi/SciFi Font - Normal.txt -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Atlases/SciFi/SciFi Font - Normal.txt.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Atlases/SciFi/SciFi Font - Normal.txt.meta -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Atlases/Wooden.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Atlases/Wooden.meta -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Atlases/Wooden/Arimo14.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Atlases/Wooden/Arimo14.prefab -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Atlases/Wooden/Arimo14.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Atlases/Wooden/Arimo14.prefab.meta -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Atlases/Wooden/Arimo14.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Atlases/Wooden/Arimo14.tga -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Atlases/Wooden/Arimo14.tga.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Atlases/Wooden/Arimo14.tga.meta -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Atlases/Wooden/Arimo14.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Atlases/Wooden/Arimo14.txt -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Atlases/Wooden/Arimo14.txt.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Atlases/Wooden/Arimo14.txt.meta -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Atlases/Wooden/Arimo18.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Atlases/Wooden/Arimo18.prefab -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Atlases/Wooden/Arimo18.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Atlases/Wooden/Arimo18.prefab.meta -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Atlases/Wooden/Arimo18.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Atlases/Wooden/Arimo18.tga -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Atlases/Wooden/Arimo18.tga.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Atlases/Wooden/Arimo18.tga.meta -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Atlases/Wooden/Arimo18.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Atlases/Wooden/Arimo18.txt -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Atlases/Wooden/Arimo18.txt.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Atlases/Wooden/Arimo18.txt.meta -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Atlases/Wooden/Arimo20.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Atlases/Wooden/Arimo20.prefab -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Atlases/Wooden/Arimo20.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Atlases/Wooden/Arimo20.prefab.meta -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Atlases/Wooden/Arimo20.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Atlases/Wooden/Arimo20.tga -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Atlases/Wooden/Arimo20.tga.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Atlases/Wooden/Arimo20.tga.meta -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Atlases/Wooden/Arimo20.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Atlases/Wooden/Arimo20.txt -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Atlases/Wooden/Arimo20.txt.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Atlases/Wooden/Arimo20.txt.meta -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Atlases/Wooden/Coalition.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Atlases/Wooden/Coalition.prefab -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Atlases/Wooden/Coalition.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Atlases/Wooden/Coalition.prefab.meta -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Atlases/Wooden/Control - Background.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Atlases/Wooden/Control - Background.prefab -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Atlases/Wooden/Control - Background.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Atlases/Wooden/Control - Background.prefab.meta -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Atlases/Wooden/Control - Colored Button.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Atlases/Wooden/Control - Colored Button.prefab -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Atlases/Wooden/Control - Colored Checkbox.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Atlases/Wooden/Control - Colored Checkbox.prefab -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Atlases/Wooden/Control - Colored Slider.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Atlases/Wooden/Control - Colored Slider.prefab -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Atlases/Wooden/Control - Simple Button.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Atlases/Wooden/Control - Simple Button.prefab -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Atlases/Wooden/Control - Simple Checkbox.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Atlases/Wooden/Control - Simple Checkbox.prefab -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Atlases/Wooden/Control - Simple Text Box.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Atlases/Wooden/Control - Simple Text Box.prefab -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Atlases/Wooden/Wooden Atlas.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Atlases/Wooden/Wooden Atlas.mat -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Atlases/Wooden/Wooden Atlas.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Atlases/Wooden/Wooden Atlas.mat.meta -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Atlases/Wooden/Wooden Atlas.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Atlases/Wooden/Wooden Atlas.png -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Atlases/Wooden/Wooden Atlas.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Atlases/Wooden/Wooden Atlas.png.meta -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Atlases/Wooden/Wooden Atlas.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Atlases/Wooden/Wooden Atlas.prefab -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Atlases/Wooden/Wooden Atlas.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Atlases/Wooden/Wooden Atlas.prefab.meta -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Materials.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Materials.meta -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Materials/Backdrop.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Materials/Backdrop.mat -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Materials/Backdrop.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Materials/Backdrop.mat.meta -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Materials/brick.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Materials/brick.mat -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Materials/brick.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Materials/brick.mat.meta -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Materials/burlap.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Materials/burlap.mat -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Materials/burlap.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Materials/burlap.mat.meta -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Materials/sand.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Materials/sand.mat -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Materials/sand.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Materials/sand.mat.meta -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Models.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Models.meta -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Models/Orc Armor.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Models/Orc Armor.meta -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Models/Orc Armor/Bracers.FBX: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Models/Orc Armor/Bracers.FBX -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Models/Orc Armor/Bracers.FBX.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Models/Orc Armor/Bracers.FBX.meta -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Models/Orc Armor/Orc Armor (Diffuse).psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Models/Orc Armor/Orc Armor (Diffuse).psd -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Models/Orc Armor/Orc Armor (Diffuse).psd.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Models/Orc Armor/Orc Armor (Diffuse).psd.meta -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Models/Orc Armor/Orc Armor (Maps).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Models/Orc Armor/Orc Armor (Maps).png -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Models/Orc Armor/Orc Armor (Maps).png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Models/Orc Armor/Orc Armor (Maps).png.meta -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Models/Orc Armor/Orc Armor (Normal).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Models/Orc Armor/Orc Armor (Normal).png -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Models/Orc Armor/Orc Armor (Normal).png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Models/Orc Armor/Orc Armor (Normal).png.meta -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Models/Orc Armor/Orc Armor.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Models/Orc Armor/Orc Armor.mat -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Models/Orc Armor/Orc Armor.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Models/Orc Armor/Orc Armor.mat.meta -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Models/Orc Armor/Orc Armor.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Models/Orc Armor/Orc Armor.shader -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Models/Orc Armor/Orc Armor.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Models/Orc Armor/Orc Armor.shader.meta -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Models/Orc Armor/Orc Bracers.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Models/Orc Armor/Orc Bracers.prefab -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Models/Orc Armor/Orc Bracers.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Models/Orc Armor/Orc Bracers.prefab.meta -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Models/Orc Armor/Orc Shoulders.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Models/Orc Armor/Orc Shoulders.prefab -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Models/Orc Armor/Orc Shoulders.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Models/Orc Armor/Orc Shoulders.prefab.meta -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Models/Orc Armor/Shoulders.FBX: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Models/Orc Armor/Shoulders.FBX -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Models/Orc Armor/Shoulders.FBX.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Models/Orc Armor/Shoulders.FBX.meta -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Models/Orc.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Models/Orc.meta -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Models/Orc/FBX.FBX: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Models/Orc/FBX.FBX -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Models/Orc/FBX.FBX.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Models/Orc/FBX.FBX.meta -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Models/Orc/FBX@idle.FBX: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Models/Orc/FBX@idle.FBX -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Models/Orc/FBX@idle.FBX.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Models/Orc/FBX@idle.FBX.meta -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Models/Orc/FBX@idleBreaks.FBX: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Models/Orc/FBX@idleBreaks.FBX -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Models/Orc/FBX@idleBreaks.FBX.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Models/Orc/FBX@idleBreaks.FBX.meta -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Models/Orc/Orc Skin (Diffuse).psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Models/Orc/Orc Skin (Diffuse).psd -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Models/Orc/Orc Skin (Diffuse).psd.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Models/Orc/Orc Skin (Diffuse).psd.meta -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Models/Orc/Orc Skin (Normal).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Models/Orc/Orc Skin (Normal).png -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Models/Orc/Orc Skin (Normal).png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Models/Orc/Orc Skin (Normal).png.meta -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Models/Orc/Orc Skin.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Models/Orc/Orc Skin.mat -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Models/Orc/Orc Skin.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Models/Orc/Orc Skin.mat.meta -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Models/Orc/Orc Skin.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Models/Orc/Orc Skin.shader -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Models/Orc/Orc Skin.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Models/Orc/Orc Skin.shader.meta -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Models/Orc/Orc.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Models/Orc/Orc.prefab -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Models/Orc/Orc.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Models/Orc/Orc.prefab.meta -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Other.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Other.meta -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Other/Storage Icon Template.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Other/Storage Icon Template.prefab -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Other/Storage Icon Template.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Other/Storage Icon Template.prefab.meta -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Resources.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Resources.meta -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Resources/Localization.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Resources/Localization.txt -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Resources/Localization.txt.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Resources/Localization.txt.meta -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Scenes.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Scenes.meta -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Scenes/Example 0 - Control Widgets.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Scenes/Example 0 - Control Widgets.unity -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Scenes/Example 0 - Control Widgets.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Scenes/Example 0 - Control Widgets.unity.meta -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Scenes/Example 1 - Anchors.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Scenes/Example 1 - Anchors.unity -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Scenes/Example 1 - Anchors.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Scenes/Example 1 - Anchors.unity.meta -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Scenes/Example 10 - Localization.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Scenes/Example 10 - Localization.unity -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Scenes/Example 10 - Localization.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Scenes/Example 10 - Localization.unity.meta -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Scenes/Example 11 - Drag & Drop.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Scenes/Example 11 - Drag & Drop.unity -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Scenes/Example 11 - Drag & Drop.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Scenes/Example 11 - Drag & Drop.unity.meta -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Scenes/Example 12 - Chat Window.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Scenes/Example 12 - Chat Window.unity -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Scenes/Example 12 - Chat Window.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Scenes/Example 12 - Chat Window.unity.meta -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Scenes/Example 13 - Tabs.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Scenes/Example 13 - Tabs.unity -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Scenes/Example 13 - Tabs.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Scenes/Example 13 - Tabs.unity.meta -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Scenes/Example 14 - Endless Scroll Views.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Scenes/Example 14 - Endless Scroll Views.unity -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Scenes/Example 15 - Animated Letters.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Scenes/Example 15 - Animated Letters.unity -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Scenes/Example 15 - Animated Letters.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Scenes/Example 15 - Animated Letters.unity.meta -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Scenes/Example 2 - Interaction.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Scenes/Example 2 - Interaction.unity -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Scenes/Example 2 - Interaction.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Scenes/Example 2 - Interaction.unity.meta -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Scenes/Example 3 - Menu.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Scenes/Example 3 - Menu.unity -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Scenes/Example 3 - Menu.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Scenes/Example 3 - Menu.unity.meta -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Scenes/Example 4 - Controller Input.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Scenes/Example 4 - Controller Input.unity -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Scenes/Example 4 - Controller Input.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Scenes/Example 4 - Controller Input.unity.meta -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Scenes/Example 5 - Lights and Refraction.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Scenes/Example 5 - Lights and Refraction.unity -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Scenes/Example 6 - Draggable Window.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Scenes/Example 6 - Draggable Window.unity -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Scenes/Example 6 - Draggable Window.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Scenes/Example 6 - Draggable Window.unity.meta -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Scenes/Example 7 - Scroll View (Panel).unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Scenes/Example 7 - Scroll View (Panel).unity -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Scenes/Example 8 - Scroll View (Camera).unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Scenes/Example 8 - Scroll View (Camera).unity -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Scenes/Example 9 - Quest Log.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Scenes/Example 9 - Quest Log.unity -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Scenes/Example 9 - Quest Log.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Scenes/Example 9 - Quest Log.unity.meta -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Scenes/Example X - Character.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Scenes/Example X - Character.unity -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Scenes/Example X - Character.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Scenes/Example X - Character.unity.meta -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Scenes/Tutorial 1.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Scenes/Tutorial 1.unity -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Scenes/Tutorial 1.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Scenes/Tutorial 1.unity.meta -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Scenes/Tutorial 2.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Scenes/Tutorial 2.unity -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Scenes/Tutorial 2.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Scenes/Tutorial 2.unity.meta -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Scenes/Tutorial 3.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Scenes/Tutorial 3.unity -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Scenes/Tutorial 3.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Scenes/Tutorial 3.unity.meta -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Scenes/Tutorial 4.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Scenes/Tutorial 4.unity -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Scenes/Tutorial 4.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Scenes/Tutorial 4.unity.meta -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Scenes/Tutorial 5.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Scenes/Tutorial 5.unity -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Scenes/Tutorial 5.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Scenes/Tutorial 5.unity.meta -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Scenes/Tutorial 6.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Scenes/Tutorial 6.unity -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Scenes/Tutorial 6.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Scenes/Tutorial 6.unity.meta -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Scenes/Tutorial 7.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Scenes/Tutorial 7.unity -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Scenes/Tutorial 7.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Scenes/Tutorial 7.unity.meta -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Scripts.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Scripts.meta -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Scripts/InventorySystem.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Scripts/InventorySystem.meta -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Scripts/InventorySystem/Editor.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Scripts/InventorySystem/Editor.meta -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Scripts/InventorySystem/Editor/InvFindItem.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Scripts/InventorySystem/Editor/InvFindItem.cs -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Scripts/InventorySystem/Game.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Scripts/InventorySystem/Game.meta -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Scripts/InventorySystem/Game/EquipItems.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Scripts/InventorySystem/Game/EquipItems.cs -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Scripts/InventorySystem/Game/EquipItems.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Scripts/InventorySystem/Game/EquipItems.cs.meta -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Scripts/InventorySystem/Game/EquipRandomItem.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Scripts/InventorySystem/Game/EquipRandomItem.cs -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Scripts/InventorySystem/Game/UICursor.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Scripts/InventorySystem/Game/UICursor.cs -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Scripts/InventorySystem/Game/UICursor.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Scripts/InventorySystem/Game/UICursor.cs.meta -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Scripts/InventorySystem/Game/UIEquipmentSlot.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Scripts/InventorySystem/Game/UIEquipmentSlot.cs -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Scripts/InventorySystem/Game/UIItemSlot.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Scripts/InventorySystem/Game/UIItemSlot.cs -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Scripts/InventorySystem/Game/UIItemSlot.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Scripts/InventorySystem/Game/UIItemSlot.cs.meta -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Scripts/InventorySystem/Game/UIItemStorage.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Scripts/InventorySystem/Game/UIItemStorage.cs -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Scripts/InventorySystem/Game/UIStorageSlot.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Scripts/InventorySystem/Game/UIStorageSlot.cs -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Scripts/InventorySystem/System.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Scripts/InventorySystem/System.meta -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Scripts/InventorySystem/System/InvBaseItem.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Scripts/InventorySystem/System/InvBaseItem.cs -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Scripts/InventorySystem/System/InvDatabase.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Scripts/InventorySystem/System/InvDatabase.cs -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Scripts/InventorySystem/System/InvEquipment.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Scripts/InventorySystem/System/InvEquipment.cs -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Scripts/InventorySystem/System/InvGameItem.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Scripts/InventorySystem/System/InvGameItem.cs -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Scripts/InventorySystem/System/InvStat.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Scripts/InventorySystem/System/InvStat.cs -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Scripts/InventorySystem/System/InvStat.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Scripts/InventorySystem/System/InvStat.cs.meta -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Scripts/Other.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Scripts/Other.meta -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Scripts/Other/ChatInput.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Scripts/Other/ChatInput.cs -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Scripts/Other/ChatInput.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Scripts/Other/ChatInput.cs.meta -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Scripts/Other/DownloadTexture.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Scripts/Other/DownloadTexture.cs -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Scripts/Other/DownloadTexture.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Scripts/Other/DownloadTexture.cs.meta -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Scripts/Other/ExampleDragDropItem.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Scripts/Other/ExampleDragDropItem.cs -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Scripts/Other/ExampleDragDropItem.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Scripts/Other/ExampleDragDropItem.cs.meta -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Scripts/Other/ExampleDragDropSurface.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Scripts/Other/ExampleDragDropSurface.cs -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Scripts/Other/ExampleDragDropSurface.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Scripts/Other/ExampleDragDropSurface.cs.meta -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Scripts/Other/LagPosition.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Scripts/Other/LagPosition.cs -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Scripts/Other/LagPosition.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Scripts/Other/LagPosition.cs.meta -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Scripts/Other/LagRotation.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Scripts/Other/LagRotation.cs -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Scripts/Other/LagRotation.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Scripts/Other/LagRotation.cs.meta -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Scripts/Other/LoadLevelOnClick.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Scripts/Other/LoadLevelOnClick.cs -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Scripts/Other/LoadLevelOnClick.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Scripts/Other/LoadLevelOnClick.cs.meta -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Scripts/Other/LookAtTarget.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Scripts/Other/LookAtTarget.cs -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Scripts/Other/LookAtTarget.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Scripts/Other/LookAtTarget.cs.meta -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Scripts/Other/OpenURLOnClick.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Scripts/Other/OpenURLOnClick.cs -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Scripts/Other/OpenURLOnClick.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Scripts/Other/OpenURLOnClick.cs.meta -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Scripts/Other/PanWithMouse.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Scripts/Other/PanWithMouse.cs -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Scripts/Other/PanWithMouse.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Scripts/Other/PanWithMouse.cs.meta -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Scripts/Other/PlayIdleAnimations.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Scripts/Other/PlayIdleAnimations.cs -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Scripts/Other/PlayIdleAnimations.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Scripts/Other/PlayIdleAnimations.cs.meta -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Scripts/Other/SetColorPickerColor.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Scripts/Other/SetColorPickerColor.cs -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Scripts/Other/SetColorPickerColor.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Scripts/Other/SetColorPickerColor.cs.meta -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Scripts/Other/Spin.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Scripts/Other/Spin.cs -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Scripts/Other/Spin.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Scripts/Other/Spin.cs.meta -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Scripts/Other/SpinWithMouse.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Scripts/Other/SpinWithMouse.cs -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Scripts/Other/SpinWithMouse.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Scripts/Other/SpinWithMouse.cs.meta -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Scripts/Other/Tutorial5.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Scripts/Other/Tutorial5.cs -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Scripts/Other/Tutorial5.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Scripts/Other/Tutorial5.cs.meta -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Scripts/Other/UISliderColors.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Scripts/Other/UISliderColors.cs -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Scripts/Other/UISliderColors.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Scripts/Other/UISliderColors.cs.meta -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Scripts/Other/WindowAutoYaw.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Scripts/Other/WindowAutoYaw.cs -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Scripts/Other/WindowAutoYaw.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Scripts/Other/WindowAutoYaw.cs.meta -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Scripts/Other/WindowDragTilt.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Scripts/Other/WindowDragTilt.cs -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Scripts/Other/WindowDragTilt.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Scripts/Other/WindowDragTilt.cs.meta -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Shaders.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Shaders.meta -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Shaders/Refractive.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Shaders/Refractive.shader -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Shaders/Refractive.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Shaders/Refractive.shader.meta -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Shaders/Unlit - Additive Colored.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Shaders/Unlit - Additive Colored.shader -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Shaders/Unlit - Additive Colored.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Shaders/Unlit - Additive Colored.shader.meta -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Shaders/Unlit - Depth Cutout.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Shaders/Unlit - Depth Cutout.shader -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Shaders/Unlit - Depth Cutout.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Shaders/Unlit - Depth Cutout.shader.meta -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Shaders/Unlit - Depth.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Shaders/Unlit - Depth.shader -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Shaders/Unlit - Depth.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Shaders/Unlit - Depth.shader.meta -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Shaders/Unlit - Masked Colored.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Shaders/Unlit - Masked Colored.shader -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Shaders/Unlit - Masked Colored.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Shaders/Unlit - Masked Colored.shader.meta -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Sounds.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Sounds.meta -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Sounds/Crumple.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Sounds/Crumple.wav -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Sounds/Crumple.wav.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Sounds/Crumple.wav.meta -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Sounds/Rumble.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Sounds/Rumble.wav -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Sounds/Rumble.wav.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Sounds/Rumble.wav.meta -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Sounds/Swipe.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Sounds/Swipe.wav -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Sounds/Swipe.wav.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Sounds/Swipe.wav.meta -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Sounds/Tap.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Sounds/Tap.wav -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Sounds/Tap.wav.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Sounds/Tap.wav.meta -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Textures.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Textures.meta -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Textures/Backdrop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Textures/Backdrop.png -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Textures/Backdrop.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Textures/Backdrop.png.meta -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Textures/brick.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Textures/brick.jpg -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Textures/brick.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Textures/brick.jpg.meta -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Textures/brickNM.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Textures/brickNM.png -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Textures/brickNM.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Textures/brickNM.png.meta -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Textures/burlap.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Textures/burlap.jpg -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Textures/burlap.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Textures/burlap.jpg.meta -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Textures/sand.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Textures/sand.png -------------------------------------------------------------------------------- /Assets/NGUI/Examples/Textures/sand.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Examples/Textures/sand.png.meta -------------------------------------------------------------------------------- /Assets/NGUI/Plugins.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Plugins.meta -------------------------------------------------------------------------------- /Assets/NGUI/Plugins/CString.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Plugins/CString.dll -------------------------------------------------------------------------------- /Assets/NGUI/Plugins/CString.dll.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Plugins/CString.dll.meta -------------------------------------------------------------------------------- /Assets/NGUI/Plugins/Debugger.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Plugins/Debugger.dll -------------------------------------------------------------------------------- /Assets/NGUI/Plugins/Debugger.dll.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Plugins/Debugger.dll.meta -------------------------------------------------------------------------------- /Assets/NGUI/ReadMe - 3.11.1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/ReadMe - 3.11.1.txt -------------------------------------------------------------------------------- /Assets/NGUI/ReadMe - 3.11.1.txt.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/ReadMe - 3.11.1.txt.meta -------------------------------------------------------------------------------- /Assets/NGUI/Resources.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Resources.meta -------------------------------------------------------------------------------- /Assets/NGUI/Resources/Shaders.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Resources/Shaders.meta -------------------------------------------------------------------------------- /Assets/NGUI/Resources/Shaders/Unlit - Premultiplied Colored 1.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Resources/Shaders/Unlit - Premultiplied Colored 1.shader -------------------------------------------------------------------------------- /Assets/NGUI/Resources/Shaders/Unlit - Premultiplied Colored 2.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Resources/Shaders/Unlit - Premultiplied Colored 2.shader -------------------------------------------------------------------------------- /Assets/NGUI/Resources/Shaders/Unlit - Premultiplied Colored 3.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Resources/Shaders/Unlit - Premultiplied Colored 3.shader -------------------------------------------------------------------------------- /Assets/NGUI/Resources/Shaders/Unlit - Premultiplied Colored.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Resources/Shaders/Unlit - Premultiplied Colored.shader -------------------------------------------------------------------------------- /Assets/NGUI/Resources/Shaders/Unlit - Text (TextureClip).shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Resources/Shaders/Unlit - Text (TextureClip).shader -------------------------------------------------------------------------------- /Assets/NGUI/Resources/Shaders/Unlit - Text (TextureClip).shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Resources/Shaders/Unlit - Text (TextureClip).shader.meta -------------------------------------------------------------------------------- /Assets/NGUI/Resources/Shaders/Unlit - Text 1.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Resources/Shaders/Unlit - Text 1.shader -------------------------------------------------------------------------------- /Assets/NGUI/Resources/Shaders/Unlit - Text 1.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Resources/Shaders/Unlit - Text 1.shader.meta -------------------------------------------------------------------------------- /Assets/NGUI/Resources/Shaders/Unlit - Text 2.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Resources/Shaders/Unlit - Text 2.shader -------------------------------------------------------------------------------- /Assets/NGUI/Resources/Shaders/Unlit - Text 2.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Resources/Shaders/Unlit - Text 2.shader.meta -------------------------------------------------------------------------------- /Assets/NGUI/Resources/Shaders/Unlit - Text 3.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Resources/Shaders/Unlit - Text 3.shader -------------------------------------------------------------------------------- /Assets/NGUI/Resources/Shaders/Unlit - Text 3.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Resources/Shaders/Unlit - Text 3.shader.meta -------------------------------------------------------------------------------- /Assets/NGUI/Resources/Shaders/Unlit - Text.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Resources/Shaders/Unlit - Text.shader -------------------------------------------------------------------------------- /Assets/NGUI/Resources/Shaders/Unlit - Text.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Resources/Shaders/Unlit - Text.shader.meta -------------------------------------------------------------------------------- /Assets/NGUI/Resources/Shaders/Unlit - Transparent Colored 1.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Resources/Shaders/Unlit - Transparent Colored 1.shader -------------------------------------------------------------------------------- /Assets/NGUI/Resources/Shaders/Unlit - Transparent Colored 2.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Resources/Shaders/Unlit - Transparent Colored 2.shader -------------------------------------------------------------------------------- /Assets/NGUI/Resources/Shaders/Unlit - Transparent Colored 3.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Resources/Shaders/Unlit - Transparent Colored 3.shader -------------------------------------------------------------------------------- /Assets/NGUI/Resources/Shaders/Unlit - Transparent Colored.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Resources/Shaders/Unlit - Transparent Colored.shader -------------------------------------------------------------------------------- /Assets/NGUI/Resources/Shaders/Unlit - Transparent Colored.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Resources/Shaders/Unlit - Transparent Colored.shader.meta -------------------------------------------------------------------------------- /Assets/NGUI/Resources/Shaders/Unlit - Transparent Colored_ETC.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Resources/Shaders/Unlit - Transparent Colored_ETC.shader -------------------------------------------------------------------------------- /Assets/NGUI/Resources/Shaders/Unlit - Transparent Masked 1.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Resources/Shaders/Unlit - Transparent Masked 1.shader -------------------------------------------------------------------------------- /Assets/NGUI/Resources/Shaders/Unlit - Transparent Masked 2.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Resources/Shaders/Unlit - Transparent Masked 2.shader -------------------------------------------------------------------------------- /Assets/NGUI/Resources/Shaders/Unlit - Transparent Masked 3.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Resources/Shaders/Unlit - Transparent Masked 3.shader -------------------------------------------------------------------------------- /Assets/NGUI/Resources/Shaders/Unlit - Transparent Masked.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Resources/Shaders/Unlit - Transparent Masked.shader -------------------------------------------------------------------------------- /Assets/NGUI/Resources/Shaders/Unlit - Transparent Masked.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Resources/Shaders/Unlit - Transparent Masked.shader.meta -------------------------------------------------------------------------------- /Assets/NGUI/Resources/Shaders/Unlit - Transparent Packed 1.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Resources/Shaders/Unlit - Transparent Packed 1.shader -------------------------------------------------------------------------------- /Assets/NGUI/Resources/Shaders/Unlit - Transparent Packed 2.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Resources/Shaders/Unlit - Transparent Packed 2.shader -------------------------------------------------------------------------------- /Assets/NGUI/Resources/Shaders/Unlit - Transparent Packed 3.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Resources/Shaders/Unlit - Transparent Packed 3.shader -------------------------------------------------------------------------------- /Assets/NGUI/Resources/Shaders/Unlit - Transparent Packed.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Resources/Shaders/Unlit - Transparent Packed.shader -------------------------------------------------------------------------------- /Assets/NGUI/Resources/Shaders/Unlit - Transparent Packed.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Resources/Shaders/Unlit - Transparent Packed.shader.meta -------------------------------------------------------------------------------- /Assets/NGUI/Scripts.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts.meta -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Editor.meta -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/ActiveAnimationEditor.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Editor/ActiveAnimationEditor.cs -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/ActiveAnimationEditor.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Editor/ActiveAnimationEditor.cs.meta -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/BMFontReader.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Editor/BMFontReader.cs -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/BMFontReader.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Editor/BMFontReader.cs.meta -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/ComponentSelector.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Editor/ComponentSelector.cs -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/ComponentSelector.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Editor/ComponentSelector.cs.meta -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/EventDelegateDrawer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Editor/EventDelegateDrawer.cs -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/EventDelegateDrawer.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Editor/EventDelegateDrawer.cs.meta -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/EventDelegateEditor.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Editor/EventDelegateEditor.cs -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/EventDelegateEditor.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Editor/EventDelegateEditor.cs.meta -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/FreeType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Editor/FreeType.cs -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/FreeType.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Editor/FreeType.cs.meta -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/MinMaxRangeAttributeDrawer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Editor/MinMaxRangeAttributeDrawer.cs -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/MinMaxRangeAttributeDrawer.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Editor/MinMaxRangeAttributeDrawer.cs.meta -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/NGUIContextMenu.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Editor/NGUIContextMenu.cs -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/NGUIContextMenu.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Editor/NGUIContextMenu.cs.meta -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/NGUIEditorExtensions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Editor/NGUIEditorExtensions.cs -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/NGUIEditorExtensions.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Editor/NGUIEditorExtensions.cs.meta -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/NGUIEditorTools.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Editor/NGUIEditorTools.cs -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/NGUIEditorTools.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Editor/NGUIEditorTools.cs.meta -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/NGUIHandles.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Editor/NGUIHandles.cs -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/NGUIHandles.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Editor/NGUIHandles.cs.meta -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/NGUIHelp.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Editor/NGUIHelp.cs -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/NGUIHelp.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Editor/NGUIHelp.cs.meta -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/NGUIJson.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Editor/NGUIJson.cs -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/NGUIJson.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Editor/NGUIJson.cs.meta -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/NGUIMenu.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Editor/NGUIMenu.cs -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/NGUIMenu.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Editor/NGUIMenu.cs.meta -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/NGUISelectionTools.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Editor/NGUISelectionTools.cs -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/NGUISelectionTools.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Editor/NGUISelectionTools.cs.meta -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/NGUISettings.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Editor/NGUISettings.cs -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/NGUISettings.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Editor/NGUISettings.cs.meta -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/NGUISnap.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Editor/NGUISnap.cs -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/NGUISnap.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Editor/NGUISnap.cs.meta -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/NGUITransformInspector.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Editor/NGUITransformInspector.cs -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/NGUITransformInspector.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Editor/NGUITransformInspector.cs.meta -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/PropertyBindingEditor.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Editor/PropertyBindingEditor.cs -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/PropertyBindingEditor.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Editor/PropertyBindingEditor.cs.meta -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/PropertyReferenceDrawer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Editor/PropertyReferenceDrawer.cs -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/PropertyReferenceDrawer.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Editor/PropertyReferenceDrawer.cs.meta -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/SpriteSelector.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Editor/SpriteSelector.cs -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/SpriteSelector.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Editor/SpriteSelector.cs.meta -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/TweenAlphaEditor.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Editor/TweenAlphaEditor.cs -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/TweenAlphaEditor.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Editor/TweenAlphaEditor.cs.meta -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/TweenColorEditor.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Editor/TweenColorEditor.cs -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/TweenColorEditor.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Editor/TweenColorEditor.cs.meta -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/TweenFOVEditor.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Editor/TweenFOVEditor.cs -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/TweenFOVEditor.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Editor/TweenFOVEditor.cs.meta -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/TweenHeightEditor.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Editor/TweenHeightEditor.cs -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/TweenHeightEditor.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Editor/TweenHeightEditor.cs.meta -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/TweenOrthoSizeEditor.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Editor/TweenOrthoSizeEditor.cs -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/TweenOrthoSizeEditor.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Editor/TweenOrthoSizeEditor.cs.meta -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/TweenPositionEditor.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Editor/TweenPositionEditor.cs -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/TweenPositionEditor.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Editor/TweenPositionEditor.cs.meta -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/TweenRotationEditor.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Editor/TweenRotationEditor.cs -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/TweenRotationEditor.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Editor/TweenRotationEditor.cs.meta -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/TweenScaleEditor.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Editor/TweenScaleEditor.cs -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/TweenScaleEditor.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Editor/TweenScaleEditor.cs.meta -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/TweenTransformEditor.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Editor/TweenTransformEditor.cs -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/TweenTransformEditor.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Editor/TweenTransformEditor.cs.meta -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/TweenVolumeEditor.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Editor/TweenVolumeEditor.cs -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/TweenVolumeEditor.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Editor/TweenVolumeEditor.cs.meta -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/TweenWidthEditor.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Editor/TweenWidthEditor.cs -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/TweenWidthEditor.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Editor/TweenWidthEditor.cs.meta -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/TypewriterEffectEditor.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Editor/TypewriterEffectEditor.cs -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/TypewriterEffectEditor.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Editor/TypewriterEffectEditor.cs.meta -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/UI2DSpriteEditor.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Editor/UI2DSpriteEditor.cs -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/UI2DSpriteEditor.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Editor/UI2DSpriteEditor.cs.meta -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/UIAnchorEditor.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Editor/UIAnchorEditor.cs -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/UIAnchorEditor.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Editor/UIAnchorEditor.cs.meta -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/UIAtlasInspector.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Editor/UIAtlasInspector.cs -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/UIAtlasInspector.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Editor/UIAtlasInspector.cs.meta -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/UIAtlasMaker.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Editor/UIAtlasMaker.cs -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/UIAtlasMaker.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Editor/UIAtlasMaker.cs.meta -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/UIBasicSpriteEditor.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Editor/UIBasicSpriteEditor.cs -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/UIBasicSpriteEditor.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Editor/UIBasicSpriteEditor.cs.meta -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/UIButtonColorEditor.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Editor/UIButtonColorEditor.cs -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/UIButtonColorEditor.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Editor/UIButtonColorEditor.cs.meta -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/UIButtonEditor.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Editor/UIButtonEditor.cs -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/UIButtonEditor.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Editor/UIButtonEditor.cs.meta -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/UIButtonKeysEditor.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Editor/UIButtonKeysEditor.cs -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/UIButtonKeysEditor.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Editor/UIButtonKeysEditor.cs.meta -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/UIButtonMessageEditor.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Editor/UIButtonMessageEditor.cs -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/UIButtonMessageEditor.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Editor/UIButtonMessageEditor.cs.meta -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/UICameraEditor.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Editor/UICameraEditor.cs -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/UICameraEditor.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Editor/UICameraEditor.cs.meta -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/UICameraTool.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Editor/UICameraTool.cs -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/UICameraTool.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Editor/UICameraTool.cs.meta -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/UIColorPickerEditor.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Editor/UIColorPickerEditor.cs -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/UIColorPickerEditor.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Editor/UIColorPickerEditor.cs.meta -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/UICreateNewUIWizard.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Editor/UICreateNewUIWizard.cs -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/UICreateNewUIWizard.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Editor/UICreateNewUIWizard.cs.meta -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/UICreateWidgetWizard.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Editor/UICreateWidgetWizard.cs -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/UICreateWidgetWizard.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Editor/UICreateWidgetWizard.cs.meta -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/UIDragObjectEditor.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Editor/UIDragObjectEditor.cs -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/UIDragObjectEditor.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Editor/UIDragObjectEditor.cs.meta -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/UIDrawCallInspector.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Editor/UIDrawCallInspector.cs -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/UIDrawCallInspector.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Editor/UIDrawCallInspector.cs.meta -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/UIDrawCallViewer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Editor/UIDrawCallViewer.cs -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/UIDrawCallViewer.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Editor/UIDrawCallViewer.cs.meta -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/UIEventTriggerEditor.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Editor/UIEventTriggerEditor.cs -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/UIEventTriggerEditor.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Editor/UIEventTriggerEditor.cs.meta -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/UIFontInspector.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Editor/UIFontInspector.cs -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/UIFontInspector.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Editor/UIFontInspector.cs.meta -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/UIFontMaker.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Editor/UIFontMaker.cs -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/UIFontMaker.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Editor/UIFontMaker.cs.meta -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/UIForwardEventsEditor.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Editor/UIForwardEventsEditor.cs -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/UIForwardEventsEditor.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Editor/UIForwardEventsEditor.cs.meta -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/UIGridEditor.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Editor/UIGridEditor.cs -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/UIGridEditor.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Editor/UIGridEditor.cs.meta -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/UIImageButtonInspector.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Editor/UIImageButtonInspector.cs -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/UIImageButtonInspector.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Editor/UIImageButtonInspector.cs.meta -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/UIInputEditor.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Editor/UIInputEditor.cs -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/UIInputEditor.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Editor/UIInputEditor.cs.meta -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/UIKeyNavigationEditor.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Editor/UIKeyNavigationEditor.cs -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/UIKeyNavigationEditor.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Editor/UIKeyNavigationEditor.cs.meta -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/UILabelInspector.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Editor/UILabelInspector.cs -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/UILabelInspector.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Editor/UILabelInspector.cs.meta -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/UILocalizeEditor.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Editor/UILocalizeEditor.cs -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/UILocalizeEditor.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Editor/UILocalizeEditor.cs.meta -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/UIPanelInspector.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Editor/UIPanelInspector.cs -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/UIPanelInspector.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Editor/UIPanelInspector.cs.meta -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/UIPanelTool.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Editor/UIPanelTool.cs -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/UIPanelTool.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Editor/UIPanelTool.cs.meta -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/UIPlayAnimationEditor.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Editor/UIPlayAnimationEditor.cs -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/UIPlayAnimationEditor.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Editor/UIPlayAnimationEditor.cs.meta -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/UIPlayTweenEditor.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Editor/UIPlayTweenEditor.cs -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/UIPlayTweenEditor.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Editor/UIPlayTweenEditor.cs.meta -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/UIPopupListInspector.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Editor/UIPopupListInspector.cs -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/UIPopupListInspector.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Editor/UIPopupListInspector.cs.meta -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/UIPrefabTool.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Editor/UIPrefabTool.cs -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/UIPrefabTool.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Editor/UIPrefabTool.cs.meta -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/UIProgressBarEditor.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Editor/UIProgressBarEditor.cs -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/UIProgressBarEditor.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Editor/UIProgressBarEditor.cs.meta -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/UIRectEditor.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Editor/UIRectEditor.cs -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/UIRectEditor.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Editor/UIRectEditor.cs.meta -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/UIRootEditor.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Editor/UIRootEditor.cs -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/UIRootEditor.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Editor/UIRootEditor.cs.meta -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/UIScrollBarEditor.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Editor/UIScrollBarEditor.cs -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/UIScrollBarEditor.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Editor/UIScrollBarEditor.cs.meta -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/UIScrollViewEditor.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Editor/UIScrollViewEditor.cs -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/UIScrollViewEditor.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Editor/UIScrollViewEditor.cs.meta -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/UISliderEditor.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Editor/UISliderEditor.cs -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/UISliderEditor.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Editor/UISliderEditor.cs.meta -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/UISnapshotPointEditor.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Editor/UISnapshotPointEditor.cs -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/UISnapshotPointEditor.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Editor/UISnapshotPointEditor.cs.meta -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/UISpriteAnimationInspector.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Editor/UISpriteAnimationInspector.cs -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/UISpriteAnimationInspector.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Editor/UISpriteAnimationInspector.cs.meta -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/UISpriteInspector.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Editor/UISpriteInspector.cs -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/UISpriteInspector.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Editor/UISpriteInspector.cs.meta -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/UIStretchEditor.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Editor/UIStretchEditor.cs -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/UIStretchEditor.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Editor/UIStretchEditor.cs.meta -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/UITableEditor.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Editor/UITableEditor.cs -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/UITableEditor.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Editor/UITableEditor.cs.meta -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/UITextureInspector.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Editor/UITextureInspector.cs -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/UITextureInspector.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Editor/UITextureInspector.cs.meta -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/UITexturePacker.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Editor/UITexturePacker.cs -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/UITexturePacker.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Editor/UITexturePacker.cs.meta -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/UIToggleInspector.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Editor/UIToggleInspector.cs -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/UIToggleInspector.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Editor/UIToggleInspector.cs.meta -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/UITweenerEditor.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Editor/UITweenerEditor.cs -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/UITweenerEditor.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Editor/UITweenerEditor.cs.meta -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/UIWidgetContainerEditor.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Editor/UIWidgetContainerEditor.cs -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/UIWidgetContainerEditor.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Editor/UIWidgetContainerEditor.cs.meta -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/UIWidgetInspector.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Editor/UIWidgetInspector.cs -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/UIWidgetInspector.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Editor/UIWidgetInspector.cs.meta -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/UIWrapContentEditor.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Editor/UIWrapContentEditor.cs -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Editor/UIWrapContentEditor.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Editor/UIWrapContentEditor.cs.meta -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Interaction.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Interaction.meta -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Interaction/EnvelopContent.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Interaction/EnvelopContent.cs -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Interaction/EnvelopContent.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Interaction/EnvelopContent.cs.meta -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Interaction/LanguageSelection.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Interaction/LanguageSelection.cs -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Interaction/LanguageSelection.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Interaction/LanguageSelection.cs.meta -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Interaction/TypewriterEffect.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Interaction/TypewriterEffect.cs -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Interaction/TypewriterEffect.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Interaction/TypewriterEffect.cs.meta -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Interaction/UIButton.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Interaction/UIButton.cs -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Interaction/UIButton.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Interaction/UIButton.cs.meta -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Interaction/UIButtonActivate.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Interaction/UIButtonActivate.cs -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Interaction/UIButtonActivate.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Interaction/UIButtonActivate.cs.meta -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Interaction/UIButtonColor.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Interaction/UIButtonColor.cs -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Interaction/UIButtonColor.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Interaction/UIButtonColor.cs.meta -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Interaction/UIButtonKeys.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Interaction/UIButtonKeys.cs -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Interaction/UIButtonKeys.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Interaction/UIButtonKeys.cs.meta -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Interaction/UIButtonMessage.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Interaction/UIButtonMessage.cs -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Interaction/UIButtonMessage.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Interaction/UIButtonMessage.cs.meta -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Interaction/UIButtonOffset.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Interaction/UIButtonOffset.cs -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Interaction/UIButtonOffset.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Interaction/UIButtonOffset.cs.meta -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Interaction/UIButtonRotation.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Interaction/UIButtonRotation.cs -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Interaction/UIButtonRotation.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Interaction/UIButtonRotation.cs.meta -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Interaction/UIButtonScale.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Interaction/UIButtonScale.cs -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Interaction/UIButtonScale.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Interaction/UIButtonScale.cs.meta -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Interaction/UICenterOnChild.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Interaction/UICenterOnChild.cs -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Interaction/UICenterOnChild.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Interaction/UICenterOnChild.cs.meta -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Interaction/UICenterOnClick.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Interaction/UICenterOnClick.cs -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Interaction/UICenterOnClick.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Interaction/UICenterOnClick.cs.meta -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Interaction/UIDragCamera.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Interaction/UIDragCamera.cs -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Interaction/UIDragCamera.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Interaction/UIDragCamera.cs.meta -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Interaction/UIDragDropContainer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Interaction/UIDragDropContainer.cs -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Interaction/UIDragDropContainer.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Interaction/UIDragDropContainer.cs.meta -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Interaction/UIDragDropItem.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Interaction/UIDragDropItem.cs -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Interaction/UIDragDropItem.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Interaction/UIDragDropItem.cs.meta -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Interaction/UIDragDropRoot.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Interaction/UIDragDropRoot.cs -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Interaction/UIDragDropRoot.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Interaction/UIDragDropRoot.cs.meta -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Interaction/UIDragObject.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Interaction/UIDragObject.cs -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Interaction/UIDragObject.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Interaction/UIDragObject.cs.meta -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Interaction/UIDragResize.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Interaction/UIDragResize.cs -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Interaction/UIDragResize.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Interaction/UIDragResize.cs.meta -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Interaction/UIDragScrollView.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Interaction/UIDragScrollView.cs -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Interaction/UIDragScrollView.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Interaction/UIDragScrollView.cs.meta -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Interaction/UIDraggableCamera.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Interaction/UIDraggableCamera.cs -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Interaction/UIDraggableCamera.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Interaction/UIDraggableCamera.cs.meta -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Interaction/UIEventTrigger.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Interaction/UIEventTrigger.cs -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Interaction/UIEventTrigger.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Interaction/UIEventTrigger.cs.meta -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Interaction/UIForwardEvents.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Interaction/UIForwardEvents.cs -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Interaction/UIForwardEvents.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Interaction/UIForwardEvents.cs.meta -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Interaction/UIGrid.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Interaction/UIGrid.cs -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Interaction/UIGrid.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Interaction/UIGrid.cs.meta -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Interaction/UIImageButton.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Interaction/UIImageButton.cs -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Interaction/UIImageButton.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Interaction/UIImageButton.cs.meta -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Interaction/UIKeyBinding.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Interaction/UIKeyBinding.cs -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Interaction/UIKeyBinding.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Interaction/UIKeyBinding.cs.meta -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Interaction/UIKeyNavigation.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Interaction/UIKeyNavigation.cs -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Interaction/UIKeyNavigation.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Interaction/UIKeyNavigation.cs.meta -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Interaction/UIPlayAnimation.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Interaction/UIPlayAnimation.cs -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Interaction/UIPlayAnimation.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Interaction/UIPlayAnimation.cs.meta -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Interaction/UIPlaySound.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Interaction/UIPlaySound.cs -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Interaction/UIPlaySound.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Interaction/UIPlaySound.cs.meta -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Interaction/UIPlayTween.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Interaction/UIPlayTween.cs -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Interaction/UIPlayTween.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Interaction/UIPlayTween.cs.meta -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Interaction/UIPopupList.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Interaction/UIPopupList.cs -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Interaction/UIPopupList.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Interaction/UIPopupList.cs.meta -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Interaction/UIProgressBar.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Interaction/UIProgressBar.cs -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Interaction/UIProgressBar.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Interaction/UIProgressBar.cs.meta -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Interaction/UISavedOption.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Interaction/UISavedOption.cs -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Interaction/UISavedOption.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Interaction/UISavedOption.cs.meta -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Interaction/UIScrollBar.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Interaction/UIScrollBar.cs -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Interaction/UIScrollBar.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Interaction/UIScrollBar.cs.meta -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Interaction/UIScrollView.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Interaction/UIScrollView.cs -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Interaction/UIScrollView.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Interaction/UIScrollView.cs.meta -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Interaction/UIShowControlScheme.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Interaction/UIShowControlScheme.cs -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Interaction/UIShowControlScheme.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Interaction/UIShowControlScheme.cs.meta -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Interaction/UISlider.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Interaction/UISlider.cs -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Interaction/UISlider.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Interaction/UISlider.cs.meta -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Interaction/UISoundVolume.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Interaction/UISoundVolume.cs -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Interaction/UISoundVolume.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Interaction/UISoundVolume.cs.meta -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Interaction/UITable.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Interaction/UITable.cs -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Interaction/UITable.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Interaction/UITable.cs.meta -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Interaction/UIToggle.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Interaction/UIToggle.cs -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Interaction/UIToggle.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Interaction/UIToggle.cs.meta -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Interaction/UIToggledComponents.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Interaction/UIToggledComponents.cs -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Interaction/UIToggledComponents.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Interaction/UIToggledComponents.cs.meta -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Interaction/UIToggledObjects.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Interaction/UIToggledObjects.cs -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Interaction/UIToggledObjects.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Interaction/UIToggledObjects.cs.meta -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Interaction/UIWidgetContainer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Interaction/UIWidgetContainer.cs -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Interaction/UIWidgetContainer.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Interaction/UIWidgetContainer.cs.meta -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Interaction/UIWrapContent.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Interaction/UIWrapContent.cs -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Interaction/UIWrapContent.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Interaction/UIWrapContent.cs.meta -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Internal.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Internal.meta -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Internal/ActiveAnimation.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Internal/ActiveAnimation.cs -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Internal/ActiveAnimation.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Internal/ActiveAnimation.cs.meta -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Internal/AnimationOrTween.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Internal/AnimationOrTween.cs -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Internal/AnimationOrTween.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Internal/AnimationOrTween.cs.meta -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Internal/BMFont.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Internal/BMFont.cs -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Internal/BMFont.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Internal/BMFont.cs.meta -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Internal/BMGlyph.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Internal/BMGlyph.cs -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Internal/BMGlyph.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Internal/BMGlyph.cs.meta -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Internal/BMSymbol.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Internal/BMSymbol.cs -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Internal/BMSymbol.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Internal/BMSymbol.cs.meta -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Internal/BetterList.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Internal/BetterList.cs -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Internal/BetterList.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Internal/BetterList.cs.meta -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Internal/ByteReader.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Internal/ByteReader.cs -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Internal/ByteReader.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Internal/ByteReader.cs.meta -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Internal/DynamicMaterial.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Internal/DynamicMaterial.cs -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Internal/DynamicMaterial.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Internal/DynamicMaterial.cs.meta -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Internal/EventDelegate.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Internal/EventDelegate.cs -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Internal/EventDelegate.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Internal/EventDelegate.cs.meta -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Internal/Localization.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Internal/Localization.cs -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Internal/Localization.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Internal/Localization.cs.meta -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Internal/MinMaxRangeAttribute.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Internal/MinMaxRangeAttribute.cs -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Internal/MinMaxRangeAttribute.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Internal/MinMaxRangeAttribute.cs.meta -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Internal/NGUIDebug.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Internal/NGUIDebug.cs -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Internal/NGUIDebug.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Internal/NGUIDebug.cs.meta -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Internal/NGUIMath.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Internal/NGUIMath.cs -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Internal/NGUIMath.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Internal/NGUIMath.cs.meta -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Internal/NGUIText.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Internal/NGUIText.cs -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Internal/NGUIText.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Internal/NGUIText.cs.meta -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Internal/NGUITools.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Internal/NGUITools.cs -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Internal/NGUITools.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Internal/NGUITools.cs.meta -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Internal/PropertyBinding.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Internal/PropertyBinding.cs -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Internal/PropertyBinding.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Internal/PropertyBinding.cs.meta -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Internal/PropertyReference.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Internal/PropertyReference.cs -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Internal/PropertyReference.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Internal/PropertyReference.cs.meta -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Internal/RealTime.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Internal/RealTime.cs -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Internal/RealTime.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Internal/RealTime.cs.meta -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Internal/SpringPanel.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Internal/SpringPanel.cs -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Internal/SpringPanel.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Internal/SpringPanel.cs.meta -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Internal/UIBasicSprite.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Internal/UIBasicSprite.cs -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Internal/UIBasicSprite.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Internal/UIBasicSprite.cs.meta -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Internal/UIDrawCall.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Internal/UIDrawCall.cs -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Internal/UIDrawCall.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Internal/UIDrawCall.cs.meta -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Internal/UIEventListener.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Internal/UIEventListener.cs -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Internal/UIEventListener.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Internal/UIEventListener.cs.meta -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Internal/UIGeometry.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Internal/UIGeometry.cs -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Internal/UIGeometry.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Internal/UIGeometry.cs.meta -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Internal/UIRect.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Internal/UIRect.cs -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Internal/UIRect.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Internal/UIRect.cs.meta -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Internal/UISnapshotPoint.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Internal/UISnapshotPoint.cs -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Internal/UISnapshotPoint.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Internal/UISnapshotPoint.cs.meta -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Internal/UIWidget.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Internal/UIWidget.cs -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Internal/UIWidget.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Internal/UIWidget.cs.meta -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Tweening.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Tweening.meta -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Tweening/AnimatedAlpha.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Tweening/AnimatedAlpha.cs -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Tweening/AnimatedAlpha.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Tweening/AnimatedAlpha.cs.meta -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Tweening/AnimatedColor.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Tweening/AnimatedColor.cs -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Tweening/AnimatedColor.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Tweening/AnimatedColor.cs.meta -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Tweening/AnimatedWidget.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Tweening/AnimatedWidget.cs -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Tweening/AnimatedWidget.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Tweening/AnimatedWidget.cs.meta -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Tweening/SpringPosition.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Tweening/SpringPosition.cs -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Tweening/SpringPosition.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Tweening/SpringPosition.cs.meta -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Tweening/TweenAlpha.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Tweening/TweenAlpha.cs -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Tweening/TweenAlpha.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Tweening/TweenAlpha.cs.meta -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Tweening/TweenColor.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Tweening/TweenColor.cs -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Tweening/TweenColor.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Tweening/TweenColor.cs.meta -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Tweening/TweenFOV.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Tweening/TweenFOV.cs -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Tweening/TweenFOV.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Tweening/TweenFOV.cs.meta -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Tweening/TweenFill.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Tweening/TweenFill.cs -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Tweening/TweenFill.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Tweening/TweenFill.cs.meta -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Tweening/TweenHeight.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Tweening/TweenHeight.cs -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Tweening/TweenHeight.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Tweening/TweenHeight.cs.meta -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Tweening/TweenLetters.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Tweening/TweenLetters.cs -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Tweening/TweenLetters.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Tweening/TweenLetters.cs.meta -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Tweening/TweenOrthoSize.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Tweening/TweenOrthoSize.cs -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Tweening/TweenOrthoSize.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Tweening/TweenOrthoSize.cs.meta -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Tweening/TweenPosition.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Tweening/TweenPosition.cs -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Tweening/TweenPosition.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Tweening/TweenPosition.cs.meta -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Tweening/TweenRotation.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Tweening/TweenRotation.cs -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Tweening/TweenRotation.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Tweening/TweenRotation.cs.meta -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Tweening/TweenScale.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Tweening/TweenScale.cs -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Tweening/TweenScale.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Tweening/TweenScale.cs.meta -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Tweening/TweenTransform.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Tweening/TweenTransform.cs -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Tweening/TweenTransform.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Tweening/TweenTransform.cs.meta -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Tweening/TweenVolume.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Tweening/TweenVolume.cs -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Tweening/TweenVolume.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Tweening/TweenVolume.cs.meta -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Tweening/TweenWidth.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Tweening/TweenWidth.cs -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Tweening/TweenWidth.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Tweening/TweenWidth.cs.meta -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Tweening/UITweener.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Tweening/UITweener.cs -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/Tweening/UITweener.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/Tweening/UITweener.cs.meta -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/UI.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/UI.meta -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/UI/UI2DSprite.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/UI/UI2DSprite.cs -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/UI/UI2DSprite.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/UI/UI2DSprite.cs.meta -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/UI/UI2DSpriteAnimation.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/UI/UI2DSpriteAnimation.cs -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/UI/UI2DSpriteAnimation.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/UI/UI2DSpriteAnimation.cs.meta -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/UI/UIAnchor.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/UI/UIAnchor.cs -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/UI/UIAnchor.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/UI/UIAnchor.cs.meta -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/UI/UIAtlas.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/UI/UIAtlas.cs -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/UI/UIAtlas.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/UI/UIAtlas.cs.meta -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/UI/UICamera.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/UI/UICamera.cs -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/UI/UICamera.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/UI/UICamera.cs.meta -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/UI/UIColorPicker.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/UI/UIColorPicker.cs -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/UI/UIColorPicker.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/UI/UIColorPicker.cs.meta -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/UI/UIFont.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/UI/UIFont.cs -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/UI/UIFont.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/UI/UIFont.cs.meta -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/UI/UIInput.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/UI/UIInput.cs -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/UI/UIInput.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/UI/UIInput.cs.meta -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/UI/UIInputOnGUI.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/UI/UIInputOnGUI.cs -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/UI/UIInputOnGUI.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/UI/UIInputOnGUI.cs.meta -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/UI/UILabel.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/UI/UILabel.cs -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/UI/UILabel.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/UI/UILabel.cs.meta -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/UI/UILocalize.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/UI/UILocalize.cs -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/UI/UILocalize.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/UI/UILocalize.cs.meta -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/UI/UIOrthoCamera.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/UI/UIOrthoCamera.cs -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/UI/UIOrthoCamera.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/UI/UIOrthoCamera.cs.meta -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/UI/UIPanel.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/UI/UIPanel.cs -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/UI/UIPanel.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/UI/UIPanel.cs.meta -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/UI/UIRoot.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/UI/UIRoot.cs -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/UI/UIRoot.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/UI/UIRoot.cs.meta -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/UI/UISprite.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/UI/UISprite.cs -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/UI/UISprite.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/UI/UISprite.cs.meta -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/UI/UISpriteAnimation.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/UI/UISpriteAnimation.cs -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/UI/UISpriteAnimation.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/UI/UISpriteAnimation.cs.meta -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/UI/UISpriteData.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/UI/UISpriteData.cs -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/UI/UISpriteData.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/UI/UISpriteData.cs.meta -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/UI/UIStretch.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/UI/UIStretch.cs -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/UI/UIStretch.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/UI/UIStretch.cs.meta -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/UI/UITextList.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/UI/UITextList.cs -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/UI/UITextList.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/UI/UITextList.cs.meta -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/UI/UITexture.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/UI/UITexture.cs -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/UI/UITexture.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/UI/UITexture.cs.meta -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/UI/UITooltip.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/UI/UITooltip.cs -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/UI/UITooltip.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/UI/UITooltip.cs.meta -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/UI/UIViewport.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/UI/UIViewport.cs -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/UI/UIViewport.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/UI/UIViewport.cs.meta -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/UnGfx.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/UnGfx.cs -------------------------------------------------------------------------------- /Assets/NGUI/Scripts/UnGfx.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/Assets/NGUI/Scripts/UnGfx.cs.meta -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/LICENSE -------------------------------------------------------------------------------- /ProjectSettings/AudioManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/ProjectSettings/AudioManager.asset -------------------------------------------------------------------------------- /ProjectSettings/ClusterInputManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/ProjectSettings/ClusterInputManager.asset -------------------------------------------------------------------------------- /ProjectSettings/DynamicsManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/ProjectSettings/DynamicsManager.asset -------------------------------------------------------------------------------- /ProjectSettings/EditorBuildSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/ProjectSettings/EditorBuildSettings.asset -------------------------------------------------------------------------------- /ProjectSettings/EditorSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/ProjectSettings/EditorSettings.asset -------------------------------------------------------------------------------- /ProjectSettings/GraphicsSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/ProjectSettings/GraphicsSettings.asset -------------------------------------------------------------------------------- /ProjectSettings/InputManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/ProjectSettings/InputManager.asset -------------------------------------------------------------------------------- /ProjectSettings/NavMeshAreas.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/ProjectSettings/NavMeshAreas.asset -------------------------------------------------------------------------------- /ProjectSettings/NetworkManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/ProjectSettings/NetworkManager.asset -------------------------------------------------------------------------------- /ProjectSettings/Physics2DSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/ProjectSettings/Physics2DSettings.asset -------------------------------------------------------------------------------- /ProjectSettings/ProjectSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/ProjectSettings/ProjectSettings.asset -------------------------------------------------------------------------------- /ProjectSettings/ProjectVersion.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/ProjectSettings/ProjectVersion.txt -------------------------------------------------------------------------------- /ProjectSettings/QualitySettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/ProjectSettings/QualitySettings.asset -------------------------------------------------------------------------------- /ProjectSettings/TagManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/ProjectSettings/TagManager.asset -------------------------------------------------------------------------------- /ProjectSettings/TimeManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/ProjectSettings/TimeManager.asset -------------------------------------------------------------------------------- /ProjectSettings/UnityAdsSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/ProjectSettings/UnityAdsSettings.asset -------------------------------------------------------------------------------- /ProjectSettings/UnityConnectSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/topameng/mGUI/HEAD/ProjectSettings/UnityConnectSettings.asset -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # mGUI 2 | to use this you must by an copy of nGUI.
3 | 对nGUI的扩展,widget组件增加dynamic状态,uilabel gc优化等功能 4 | --------------------------------------------------------------------------------