Inventool Initializer

🚀 InventoolInitializer Class

Initializes Inventool.

Namespace: Esper.Inventool

Access: public

Type: class

Inherits: MonoBehaviour


📦 Fields

Access
Field
Type
Description

private

playerTransform

Transform

The transform of the player.

private

mainCamera

Camera

The main camera.

private

testStartingPouch

ItemPouch

An item pouch for testing purposes. This will set the inventory's items to whatever is in the pouch.


🧰 Methods

Access
Method
Returns
Description

private

Awake()

void

Unity lifecycle method that initializes Inventool.

private

OnDestroy()

void

Unity lifecycle method that terminates Inventool.

Last updated