UIPackage.LoadResource Delegate |
Namespace:
FairyGUI
Assembly:
FairyGUI (in FairyGUI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic delegate Object LoadResource(
string name,
string extension,
Type type,
out DestroyMethod destroyMethod
)
Parameters
- name
- Type: System.String
- extension
- Type: System.String
- type
- Type: System.Type
- destroyMethod
- Type: FairyGUI.DestroyMethod
Return Value
Type:
Object
See Also