up
This commit is contained in:
@@ -101,7 +101,11 @@ public class CLUIFormRoot : MonoBehaviour
|
||||
return map;
|
||||
}
|
||||
|
||||
public void setValue (object map, bool onlySetWhenContainKey = false)
|
||||
public void setValue(object map)
|
||||
{
|
||||
setValue(map, false);
|
||||
}
|
||||
public void setValue (object map, bool onlySetWhenContainKey)
|
||||
{
|
||||
if (map is LuaTable) {
|
||||
setValue (transform, map, true, onlySetWhenContainKey);
|
||||
|
||||
Reference in New Issue
Block a user