public override void OnEnter() { thisProcess = thisProcessFactory.CreateVisualPickednessProcess( thisPickableUIImage, 1f, thisStateEngine, true ); thisProcess.Run(); }
public override void OnEnter() { float sourcePickedness = thisPickableUIImage.GetVisualPickedness(); thisProcess = thisProcessFactory.CreateVisualPickednessProcess( thisPickableUIImage, 0f, thisStateEngine, false ); thisProcess.Run(); }