Click or drag to resize

SnapTargetIsValidTarget Method

Returns true if the target is valid, otherwise false. This also checks that the GameObject is active in the hierarchy and that the component is enabled.

Namespace:  ImmerseSDK.Interaction
Assembly:  ImmerseSDK.App (in ImmerseSDK.App.dll) Version: 3.9.0.0 (3.9.0.0)
Syntax
C#
public virtual bool IsValidTarget(
	TransformSync newTarget
)

Parameters

newTarget
Type: ImmerseSDK.MultiplayerTransformSync

Return Value

Type: Boolean
See Also