Table of Contents

Interface ICGResourceLoader

Resource Loader Interface

public interface ICGResourceLoader

Methods

Create(CGModule, string)

[NotNull]
Component Create(CGModule cgModule, string context)

Parameters

cgModule CGModule
context string

Returns

Component

Destroy(CGModule, Component, string, bool)

void Destroy(CGModule cgModule, Component obj, string context, bool kill)

Parameters

cgModule CGModule
obj Component
context string
kill bool