Merge branch '3DBody' of http://git.zxkedu.com:33769/JiNan/VirtualFramework into 3DBody
This commit is contained in:
commit
f781f98274
@ -18,6 +18,7 @@ namespace QFramework.Example
|
|||||||
ResLoader loader;
|
ResLoader loader;
|
||||||
protected override void OnInit(IUIData uiData = null)
|
protected override void OnInit(IUIData uiData = null)
|
||||||
{
|
{
|
||||||
|
AudioKit.Settings.VoiceVolume.Value = 1;
|
||||||
TypeEventSystem.Global.Register<OnModuleQuit>(OnModuleQuithandler).UnRegisterWhenGameObjectDestroyed(this);
|
TypeEventSystem.Global.Register<OnModuleQuit>(OnModuleQuithandler).UnRegisterWhenGameObjectDestroyed(this);
|
||||||
loader = ResLoader.Allocate();
|
loader = ResLoader.Allocate();
|
||||||
Group.onValueChanged.AddListener(isOn =>
|
Group.onValueChanged.AddListener(isOn =>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user