Click or drag to resize

InteractionRequirementIsMet Method (IndexedMonoBehaviourWithState, Int32, Int32)

Returns the result of comparing the given value with the target's current state

Namespace:  ImmerseSDK.Interaction
Assembly:  ImmerseSDK.App (in ImmerseSDK.App.dll) Version: 3.9.0.0 (3.9.0.0)
Syntax
C#
public static bool IsMet(
	IndexedMonoBehaviourWithState target,
	int comparison,
	int value
)

Parameters

target
Type: ImmerseSDK.IndexingIndexedMonoBehaviourWithState
comparison
Type: SystemInt32
value
Type: SystemInt32

Return Value

Type: Boolean
See Also