From 2da6556c080e680286ce5e8f93b322bdb5a35259 Mon Sep 17 00:00:00 2001
From: client_Wu Xijin <364452445@qq.com>
Date: 星期一, 22 十月 2018 16:51:46 +0800
Subject: [PATCH] 3335 更新lua库
---
UI/Common/UI3DModelExhibition.cs | 13 ++++++++-----
1 files changed, 8 insertions(+), 5 deletions(-)
diff --git a/UI/Common/UI3DModelExhibition.cs b/UI/Common/UI3DModelExhibition.cs
index 79bda42..824622d 100644
--- a/UI/Common/UI3DModelExhibition.cs
+++ b/UI/Common/UI3DModelExhibition.cs
@@ -11,7 +11,7 @@
namespace Snxxz.UI
{
-
+ [XLua.LuaCallCSharp]
public class UI3DModelExhibition : MonoBehaviour
{
[SerializeField] Transform m_PlayerShowPoint;
@@ -66,10 +66,8 @@
public static UI3DModelExhibition Instance { get; private set; }
static UI3DModelExhibition m_InstanceClone1 = null;
- public static UI3DModelExhibition InstanceClone1
- {
- get
- {
+ public static UI3DModelExhibition InstanceClone1 {
+ get {
if (m_InstanceClone1 == null)
{
CreateCloneStage();
@@ -102,6 +100,11 @@
DontDestroyOnLoad(gameObject);
}
+ public string GetName()
+ {
+ return this.name;
+ }
+
public void ShowLoginPlayer(RawImage _rawImage, int _job)
{
var clothesItemId = 0;
--
Gitblit v1.8.0