Interface ICGResourceLoader
- Namespace
- FluffyUnderware.Curvy.Generator
Resource Loader Interface
public interface ICGResourceLoader
Methods
Create(CGModule, string)
[NotNull]
Component Create(CGModule cgModule, string context)
Parameters
Returns
- Component
Destroy(CGModule, Component, string, bool)
void Destroy(CGModule cgModule, Component obj, string context, bool kill)