Files
tianrunCRM/Assets/trCRM/upgradeRes4Dev/priority/lua/public/CLLInclude.lua
2020-08-07 22:40:04 +08:00

287 lines
8.7 KiB
Lua

-- 需要先加载的部分
require "public.CLLIncludeBase"
-------------------------------------------------------
-- 重新命名
---@type UnityEngine.Vector2
Vector2 = CS.UnityEngine.Vector2
---@type UnityEngine.Vector4
Vector4 = CS.UnityEngine.Vector4
---@type UnityEngine.Color
Color = CS.UnityEngine.Color
---@type UnityEngine.Ray
Ray = CS.UnityEngine.Ray
---@type UnityEngine.Ray2D
Ray2D = CS.UnityEngine.Ray2D
---@type UnityEngine.Bounds
Bounds = CS.UnityEngine.Bounds
Resources = CS.UnityEngine.Resources
---@type UnityEngine.TextAsset
TextAsset = CS.UnityEngine.TextAsset
---@type UnityEngine.AnimationCurve
AnimationCurve = CS.UnityEngine.AnimationCurve
---@type UnityEngine.AnimationClip
AnimationClip = CS.UnityEngine.AnimationClip
---@type UnityEngine.MonoBehaviour
MonoBehaviour = CS.UnityEngine.MonoBehaviour
---@type UnityEngine.ParticleSystem
ParticleSystem = CS.UnityEngine.ParticleSystem
---@type UnityEngine.SkinnedMeshRenderer
SkinnedMeshRenderer = CS.UnityEngine.SkinnedMeshRenderer
---@type UnityEngine.Renderer
Renderer = CS.UnityEngine.Renderer
---@type UnityEngine.WWW
WWW = CS.UnityEngine.WWW
---@type UnityEngine.Screen
Screen = CS.UnityEngine.Screen
---@type System.IO.File
File = CS.System.IO.File
---@type System.IO.Directory
Directory = CS.System.IO.Directory
---@type UnityEngine.RaycastHit
RaycastHit = CS.UnityEngine.RaycastHit
---@type UnityEngine.PlayerPrefs
PlayerPrefs = CS.UnityEngine.PlayerPrefs
---@type UnityEngine.SystemInfo
SystemInfo = CS.UnityEngine.SystemInfo
---@type UnityEngine.Shader
Shader = CS.UnityEngine.Shader
---@type System.IO.Path
Path = CS.System.IO.Path
---@type System.IO.MemoryStream
MemoryStream = CS.System.IO.MemoryStream
DateTime = CS.System.DateTime
---@type UIRoot
UIRoot = CS.UIRoot
---@type UIPanel
UIPanel = CS.UIPanel
---@type UICamera
UICamera = CS.UICamera
---@type UIRect
UIRect = CS.UIRect
---@type UIWidget
UIWidget = CS.UIWidget
---@type UIWidgetContainer
UIWidgetContainer = CS.UIWidgetContainer
---@type UILabel
UILabel = CS.UILabel
---@type UIToggle
UIToggle = CS.UIToggle
---@type UIBasicSprite
UIBasicSprite = CS.UIBasicSprite
---@type UITexture
UITexture = CS.UITexture
---@type UISprite
UISprite = CS.UISprite
---@type UIButton
UIButton = CS.UIButton
---@type UIProgressBar
UIProgressBar = CS.UIProgressBar
---@type UISlider
UISlider = CS.UISlider
---@type UIGrid
UIGrid = CS.UIGrid
---@type UITable
UITable = CS.UITable
---@type UIInput
UIInput = CS.UIInput
---@type UIScrollView
UIScrollView = CS.UIScrollView
---@type UITweener
UITweener = CS.UITweener
---@type TweenWidth
TweenWidth = CS.TweenWidth
---@type TweenRotation
TweenRotation = CS.TweenRotation
---@type TweenPosition
TweenPosition = CS.TweenPosition
---@type TweenScale
TweenScale = CS.TweenScale
---@type TweenAlpha
TweenAlpha = CS.TweenAlpha
---@type UICenterOnChild
UICenterOnChild = CS.UICenterOnChild
---@type UIAtlas
UIAtlas = CS.UIAtlas
---@type UILocalize
UILocalize = CS.UILocalize
---@type UIPlayTween
UIPlayTween = CS.UIPlayTween
---@type UIAnchor
UIAnchor = CS.UIAnchor
---@type UIPopupList
UIPopupList = CS.UIPopupList
---@type MyWWWTexture
MyWWWTexture = CS.MyWWWTexture
---@type Coolape.CLAssetsManager
CLAssetsManager = CS.Coolape.CLAssetsManager
---@type Coolape.B2InputStream
B2InputStream = CS.Coolape.B2InputStream
---@type Coolape.B2OutputStream
B2OutputStream = CS.Coolape.B2OutputStream
---@type Coolape.CLBulletBase
CLBulletBase = CS.Coolape.CLBulletBase
---@type Coolape.CLBulletPool
CLBulletPool = CS.Coolape.CLBulletPool
---@type Coolape.CLEffect
CLEffect = CS.Coolape.CLEffect
---@type Coolape.CLEffectPool
CLEffectPool = CS.Coolape.CLEffectPool
---@type Coolape.CLMaterialPool
CLMaterialPool = CS.Coolape.CLMaterialPool
---@type Coolape.CLRolePool
CLRolePool = CS.Coolape.CLRolePool
---@type Coolape.CLSoundPool
CLSoundPool = CS.Coolape.CLSoundPool
---@type Coolape.CLSharedAssets
CLSharedAssets = CS.Coolape.CLSharedAssets
---@type Coolape.CLSharedAssets.CLMaterialInfor
CLMaterialInfor = CS.Coolape.CLSharedAssets.CLMaterialInfor
---@type Coolape.CLTexturePool
CLTexturePool = CS.Coolape.CLTexturePool
---@type Coolape.CLThingsPool
CLThingsPool = CS.Coolape.CLThingsPool
---@type Coolape.CLBaseLua
CLBaseLua = CS.Coolape.CLBaseLua
---@type Coolape.CLBehaviour4Lua
CLBehaviour4Lua = CS.Coolape.CLBehaviour4Lua
---@type Coolape.CLUtlLua
CLUtlLua = CS.Coolape.CLUtlLua
---@type Coolape.CLMainBase
CLMainBase = CS.Coolape.CLMainBase
---@type Coolape.CLAssetType
CLAssetType = CS.Coolape.CLAssetType
---@type Coolape.CLRoleAction
CLRoleAction = CS.Coolape.CLRoleAction
---@type Coolape.CLRoleAvata
CLRoleAvata = CS.Coolape.CLRoleAvata
---@type Coolape.CLUnit
CLUnit = CS.Coolape.CLUnit
---@type Coolape.BlockWordsTrie
BlockWordsTrie = CS.Coolape.BlockWordsTrie
---@type Coolape.ColorEx
ColorEx = CS.Coolape.ColorEx
---@type Coolape.DateEx
DateEx = CS.Coolape.DateEx
---@type Coolape.FileEx
FileEx = CS.Coolape.FileEx
---@type Coolape.HttpEx
HttpEx = CS.Coolape.HttpEx
---@type Coolape.JSON
JSON = CS.Coolape.JSON
---@type Coolape.ListEx
ListEx = CS.Coolape.ListEx
---@type Coolape.MyMainCamera
MyMainCamera = CS.Coolape.MyMainCamera
---@type Coolape.MyTween
MyTween = CS.Coolape.MyTween
---@type Coolape.NewList
NewList = CS.Coolape.NewList
---@type Coolape.NewMap
NewMap = CS.Coolape.NewMap
---@type Coolape.SoundEx
SoundEx = CS.Coolape.SoundEx
---@type Coolape.NumEx
NumEx = CS.Coolape.NumEx
---@type Coolape.ObjPool
ObjPool = CS.Coolape.ObjPool
---@type Coolape.SScreenShakes
SScreenShakes = CS.Coolape.SScreenShakes
---@type Coolape.ZipEx
ZipEx = CS.Coolape.ZipEx
---@type Coolape.XXTEA
XXTEA = CS.Coolape.XXTEA
---@type Coolape.CLButtonMsgLua
CLButtonMsgLua = CS.Coolape.CLButtonMsgLua
---@type Coolape.CLJoystick
CLJoystick = CS.Coolape.CLJoystick
---@type Coolape.CLUIDrag4World
CLUIDrag4World = CS.Coolape.CLUIDrag4World
---@type Coolape.CLUILoopGrid
CLUILoopGrid = CS.Coolape.CLUILoopGrid
---@type Coolape.CLUILoopTable
CLUILoopTable = CS.Coolape.CLUILoopTable
---@type Coolape.TweenSpriteFill
TweenSpriteFill = CS.Coolape.TweenSpriteFill
---@type Coolape.UIDragPage4Lua
UIDragPage4Lua = CS.Coolape.UIDragPage4Lua
---@type Coolape.UIDragPageContents
UIDragPageContents = CS.Coolape.UIDragPageContents
---@type Coolape.UIGridPage
UIGridPage = CS.Coolape.UIGridPage
---@type Coolape.UIMoveToCell
UIMoveToCell = CS.Coolape.UIMoveToCell
---@type Coolape.UISlicedSprite
UISlicedSprite = CS.Coolape.UISlicedSprite
---@type Coolape.CLAlert
CLAlert = CS.Coolape.CLAlert
---@type Coolape.CLCellBase
CLCellBase = CS.Coolape.CLCellBase
---@type Coolape.CLCellLua
CLCellLua = CS.Coolape.CLCellLua
---@type Coolape.CLPanelBase
CLPanelBase = CS.Coolape.CLPanelBase
---@type Coolape.CLPanelLua
CLPanelLua = CS.Coolape.CLPanelLua
---@type Coolape.CLUIRenderQueue
CLUIRenderQueue = CS.Coolape.CLUIRenderQueue
---@type Coolape.EffectNum
EffectNum = CS.Coolape.EffectNum
---@type Coolape.EffectProgress
EffectProgress = CS.Coolape.EffectProgress
---@type Coolape.B2Int
B2Int = CS.Coolape.B2Int
---@type Coolape.AngleEx
AngleEx = CS.Coolape.AngleEx
---@type Coolape.CLMyGrid
CLMyGrid = CS.Coolape.CLMyGrid
---@type Coolape.ReporterMessageReceiver
ReporterMessageReceiver = CS.ReporterMessageReceiver
---@type Coolape.CLUIFormUtl
CLUIFormUtl = CS.Coolape.CLUIFormUtl
---@type CLUIElement
CLUIElement = CS.CLUIElement
CLUIElementDate = CS.CLUIElementDate
CLUIElementPopList = CS.CLUIElementPopList
---@type System.Uri
Uri = CS.System.Uri
-------------------------------------------------------
---@type NativeGallery
NativeGallery = CS.NativeGallery
---@type MyLocation
MyLocation = CS.MyLocation
---@type Dist.SpringWebsocket.Client4Stomp
Client4Stomp = CS.Client4Stomp
---@type Dist.SpringWebsocket.StompFrame
StompFrame = CS.Dist.SpringWebsocket.StompFrame
---@type Dist.SpringWebsocket.StatusCodeEnum
StompStatus = CS.Dist.SpringWebsocket.StatusCodeEnum
---@type Mp3PlayerByUrl
Mp3PlayerByUrl = CS.Mp3PlayerByUrl
---@type CLUICheckbox
CLUICheckbox = CS.CLUICheckbox
---@type CLUIPopListPanel
CLUIPopListPanel = CS.CLUIPopListPanel
CLUIScrollViewWithEvent = CS.CLUIScrollViewWithEvent
---@type MyGallery
MyGallery = CS.MyGallery
---@type NativeCamera
NativeCamera = CS.NativeCamera
---@type MyCamera
MyCamera = CS.MyCamera
---@type UnityEngine.Texture
Texture = CS.UnityEngine.Texture
---@type UnityEngine.Texture2D
Texture2D = CS.UnityEngine.Texture2D
---@type MyFileOpen
MyFileOpen = CS.MyFileOpen
---@type UnityEngine.TextureFormat
TextureFormat = CS.UnityEngine.TextureFormat
---@type UnityEngine.ImageConversion
ImageConversion = CS.UnityEngine.ImageConversion
-------------------------------------------------------
-------------------------------------------------------