프로퍼티 | 타입 | 설명 | |
---|---|---|---|
ready | bool |
메소드 | 설명 | |
---|---|---|
Equivalent ( Array, bytes1, Array, bytes2 ) : bool |
Compare two byte arrays.
|
|
Init ( MonoBehaviour, bhv ) : void |
Get an example of whatever the current "error" texture is. (At the time of this writing, an "upside down red question mark on a white background".)
|
|
asPNGDeclaration ( Texture, tex ) : string |
Express the texture in the form of the C# code that would be necessary to represent a PNG of it.
|
|
isBogus ( Array, png ) : bool | ||
isBogus ( Texture, tex ) : bool |
The easy way: compare to a saved version of the question mark image, expressed here as an array of bytes.
|
|
obtainExampleBogusTexture ( ) : IEnumerator, |
public static Equivalent ( Array, bytes1, Array, bytes2 ) : bool | ||
bytes1 | Array, |
/// A |
bytes2 | Array, |
/// A |
리턴 | bool |
public static asPNGDeclaration ( Texture, tex ) : string | ||
tex | Texture, |
/// A |
리턴 | string |
public static obtainExampleBogusTexture ( ) : IEnumerator, | ||
리턴 | IEnumerator, |