Interactor.RefreshActor
#
Declarationpublic void RefreshActor()
#
DescriptionAttempt to find actor for component
#
UsageExample
using NullSave.GDTK;using UnityEngine;
public class CodeSample : MonoBehaviour{
public void ExampleMethod(Interactor target) { // Get the Actor associated with the Interactor target.RefreshActor(); }
}