C# 클래스 UnityEngine.Caching

상속: Object
파일 보기 프로젝트 열기: CarlosHBC/UnityDecompiled 1 사용 예제들

Private Properties

프로퍼티 타입 설명
Authorize bool
Authorize bool
Authorize bool
CleanCache bool
CleanNamedCache bool
DeleteFromCache bool
GetVersionFromCache int
INTERNAL_CALL_IsVersionCached bool
INTERNAL_CALL_MarkAsUsed bool
INTERNAL_CALL_ResetNoBackupFlag void
INTERNAL_CALL_SetNoBackupFlag void

공개 메소드들

메소드 설명
Authorize ( string name, string domain, long size, string signature ) : bool

This is a WebPlayer-only function.

IsVersionCached ( string url, Hash128 hash ) : bool
IsVersionCached ( string url, int version ) : bool

Checks if an AssetBundle is cached.

MarkAsUsed ( string url, Hash128 hash ) : bool
MarkAsUsed ( string url, int version ) : bool

Bumps the timestamp of a cached file to be the current time.

ResetNoBackupFlag ( string url, Hash128 hash ) : void
ResetNoBackupFlag ( string url, int version ) : void
SetNoBackupFlag ( string url, Hash128 hash ) : void
SetNoBackupFlag ( string url, int version ) : void

비공개 메소드들

메소드 설명
Authorize ( string name, string domain, int size, int expiration, string signature ) : bool
Authorize ( string name, string domain, int size, string signature ) : bool
Authorize ( string name, string domain, long size, int expiration, string signature ) : bool
CleanCache ( ) : bool
CleanNamedCache ( string name ) : bool
DeleteFromCache ( string url ) : bool
GetVersionFromCache ( string url ) : int
INTERNAL_CALL_IsVersionCached ( string url, Hash128 &hash ) : bool
INTERNAL_CALL_MarkAsUsed ( string url, Hash128 &hash ) : bool
INTERNAL_CALL_ResetNoBackupFlag ( string url, Hash128 &hash ) : void
INTERNAL_CALL_SetNoBackupFlag ( string url, Hash128 &hash ) : void

메소드 상세

Authorize() 공개 정적인 메소드

This is a WebPlayer-only function.

public static Authorize ( string name, string domain, long size, string signature ) : bool
name string
domain string
size long
signature string
리턴 bool

IsVersionCached() 공개 정적인 메소드

public static IsVersionCached ( string url, Hash128 hash ) : bool
url string
hash Hash128
리턴 bool

IsVersionCached() 공개 정적인 메소드

Checks if an AssetBundle is cached.

public static IsVersionCached ( string url, int version ) : bool
url string
version int
리턴 bool

MarkAsUsed() 공개 정적인 메소드

public static MarkAsUsed ( string url, Hash128 hash ) : bool
url string
hash Hash128
리턴 bool

MarkAsUsed() 공개 정적인 메소드

Bumps the timestamp of a cached file to be the current time.

public static MarkAsUsed ( string url, int version ) : bool
url string
version int
리턴 bool

ResetNoBackupFlag() 공개 정적인 메소드

public static ResetNoBackupFlag ( string url, Hash128 hash ) : void
url string
hash Hash128
리턴 void

ResetNoBackupFlag() 공개 정적인 메소드

public static ResetNoBackupFlag ( string url, int version ) : void
url string
version int
리턴 void

SetNoBackupFlag() 공개 정적인 메소드

public static SetNoBackupFlag ( string url, Hash128 hash ) : void
url string
hash Hash128
리턴 void

SetNoBackupFlag() 공개 정적인 메소드

public static SetNoBackupFlag ( string url, int version ) : void
url string
version int
리턴 void