![]() |
ORK Framework
2.22.0
API Documentation
|
Public Member Functions | |
bool | CompareTo (AssetLookUp lookUp) |
int | AddTexture (Texture tex) |
Texture | GetTexture (int index) |
int | AddAudioClip (AudioClip clip) |
AudioClip | GetAudioClip (int index) |
int | AddGameObject (GameObject obj) |
GameObject | GetGameObject (int index) |
int | AddGUISkin (GUISkin skin) |
GUISkin | GetGUISkin (int index) |
int | AddMaterial (Material material) |
Material | GetMaterial (int index) |
int | AddFont (Font font) |
Font | GetFont (int index) |
int | AddEventAsset (ORKEventAsset asset) |
ORKEventAsset | GetEventAsset (int index) |
int | AddGeneralAsset (UnityEngine.Object asset) |
UnityEngine.Object | GetGeneralAsset (int index) |