Inventory.RefreshActor
#
Declarationpublic void RefreshActor()
#
DescriptionAttempt to find actor for component
#
UsageExample
using NullSave.GDTK.Inventory;using UnityEngine;
public class CodeSample : MonoBehaviour{
public void ExampleMethod(Inventory target) { // Update Actor reference target.RefreshActor(); }
}