C# Class Global, UnityFramework

ファイルを表示 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_oe static_oe property

public static string BundleExtName
return string

DataDirName public_oe static_oe property

public static string DataDirName
return string

FrameRate public_oe static_oe property

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

IsSandboxMode public_oe static_oe property

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

IsUpdateMode public_oe static_oe property

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

PackageManifestFileName public_oe static_oe property

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

PackageUpdateURL public_oe static_oe property

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

PackageVersionFileName public_oe static_oe property

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

ReferenceResolution public_oe static_oe property

约定分辨率
public static Vector2 ReferenceResolution
return Vector2

ServerPackageVersionURL public_oe static_oe property

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

VSyncCount public_oe static_oe property

垂直同步
public static int VSyncCount
return int