C# Class Global, UnityFramework

Show file Open project: meta-42/uEasyKit Class Usage Examples

Public Properties

Property Type Description
BundleExtName string
DataDirName string
FrameRate int
IsSandboxMode bool
IsUpdateMode bool
PackageManifestFileName string
PackageUpdateURL string
PackageVersionFileName string
ReferenceResolution Vector2
ServerPackageVersionURL string
VSyncCount int

Property Details

BundleExtName public static property

public static string BundleExtName
return string

DataDirName public static property

public static string DataDirName
return string

FrameRate public static property

限帧(-1: 不限制)
public static int FrameRate
return int

IsSandboxMode public static property

是否走沙盒资源路径
public static bool IsSandboxMode
return bool

IsUpdateMode public static property

是否开启资源更新
public static bool IsUpdateMode
return bool

PackageManifestFileName public static property

Package清单文件名
public static string PackageManifestFileName
return string

PackageUpdateURL public static property

资源更新服务器URL
public static string PackageUpdateURL
return string

PackageVersionFileName public static property

Package版本文件名
public static string PackageVersionFileName
return string

ReferenceResolution public static property

约定分辨率
public static Vector2 ReferenceResolution
return Vector2

ServerPackageVersionURL public static property

服务器Package版本文件URL
public static string ServerPackageVersionURL
return string

VSyncCount public static property

垂直同步
public static int VSyncCount
return int