C# Class GameSetting, UnityHello

Show file Open project: woshihuo12/UnityHello Class Usage Examples

Public Properties

Property Type Description
DevelopMode bool
EnableLuaDebug bool
LuaBundleMode bool
LuaByteMode bool
SocketAddress string
SocketPort int
UpdateMode bool

Property Details

DevelopMode public static property

public static bool DevelopMode
return bool

EnableLuaDebug public static property

public static bool EnableLuaDebug
return bool

LuaBundleMode public static property

public static bool LuaBundleMode
return bool

LuaByteMode public static property

public static bool LuaByteMode
return bool

SocketAddress public static property

public static string SocketAddress
return string

SocketPort public static property

public static int SocketPort
return int

UpdateMode public static property

public static bool UpdateMode
return bool