API reference
API reference
Select your platform
No SDKs available
No versions available

FingerFeatureStateProviderRef Class

Extends MonoBehaviour, IFingerFeatureStateProvider
FingerFeatureStateProviderRef is a utility component that delegates all of its IFingerFeatureStateProvider implementation to the provided FingerFeatureStateProvider object.

Properties

IFingerFeatureStateProvider FingerFeatureStateProvider[Get]

Protected Functions

virtual void Awake ( )
virtual void Start ( )

Member Functions

bool GetCurrentState
( HandFinger finger,
FingerFeature fingerFeature,
out string currentState )
bool IsStateActive
( HandFinger finger,
FingerFeature feature,
FeatureStateActiveMode mode,
string stateId )
float? GetFeatureValue
( HandFinger finger,
FingerFeature fingerFeature )
void InjectAllFingerFeatureStateProviderRef
( IFingerFeatureStateProvider fingerFeatureStateProvider )
void InjectFingerFeatureStateProvider
( IFingerFeatureStateProvider fingerFeatureStateProvider )
Did you find this page helpful?
Thumbs up icon
Thumbs down icon