Property | Type | Description | |
---|---|---|---|
materialCaches | List |
Method | Description | |
---|---|---|
Register ( ulong hash, System.Func |
||
Register ( ulong hash, Texture texture, System.Func |
||
Unregister ( |
Method | Description | |
---|---|---|
ClearCache ( ) : void |
public static Register ( ulong hash, System.Func |
||
hash | ulong | |
onCreateMaterial | System.Func |
|
return |
public static Register ( ulong hash, Texture texture, System.Func |
||
hash | ulong | |
texture | Texture | |
onCreateMaterial | System.Func |
|
return |
public static Unregister ( |
||
cache | ||
return | void |