Click or drag to resize

InteractionTargetSet Method

Set the values for the transform

Namespace:  ImmerseSDK.Controllers
Assembly:  ImmerseSDK.App (in ImmerseSDK.App.dll) Version: 3.9.0.0 (3.9.0.0)
Syntax
C#
public UnityEngine.Transform Set(
	UnityEngine.Transform parent,
	UnityEngine.Vector3 position,
	UnityEngine.Quaternion rotation,
	bool localValues
)

Parameters

parent
Type: UnityEngine.Transform
position
Type: UnityEngine.Vector3
rotation
Type: UnityEngine.Quaternion
localValues
Type: SystemBoolean

Return Value

Type: UnityEngine.Transform
See Also