Property | Type | Description | |
---|---|---|---|
ready | bool |
Method | Description | |
---|---|---|
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 |
return | bool |
public static Init ( MonoBehaviour, bhv ) : void | ||
bhv | MonoBehaviour, | |
return | void |
public static asPNGDeclaration ( Texture, tex ) : string | ||
tex | Texture, |
/// A |
return | string |
public static isBogus ( Texture, tex ) : bool | ||
tex | Texture, |
/// A |
return | bool |
public static obtainExampleBogusTexture ( ) : IEnumerator, | ||
return | IEnumerator, |