C# Class QFramework.QLuaComponent.FuncName

Show file Open project: liangxiegame/QFramework

Public Properties

Property Type Description
Awake string
OnDestroy string
OnDisable string
OnEnable string
Start string
Update string

Property Details

Awake public static property

public static string Awake
return string

OnDestroy public static property

public static string OnDestroy
return string

OnDisable public static property

public static string OnDisable
return string

OnEnable public static property

public static string OnEnable
return string

Start public static property

public static string Start
return string

Update public static property

public static string Update
return string