Skip to main content

InWorldContainer.Shutdown

Declaration#

public virtual void Shutdown()

Description#

Shutdown object and remove all subscriptions

Usage#

using NullSave.GDTK.Inventory;using UnityEngine;
public class Example : MonoBehaviour{
    public void ExampleMethod(InWorldContainer target)    {        target.Shutdown();    }}