BasicStats.RefreshActor
Declaration#
public void RefreshActor()Description#
Attempt to find actor for component
Usage#
Example
using NullSave.GDTK.Stats;using UnityEngine;
public class CodeSample : MonoBehaviour{
public void ExampleMethod(BasicStats target) { // Update Actor reference target.RefreshActor(); }
}