Click or drag to resize

TeleportCommand Constructor

Creates a new command

Namespace:  ImmerseSDK.Examples
Assembly:  ImmerseSDK.NotInDll (in ImmerseSDK.NotInDll.dll) Version: 3.5.0.0 (3.5.0.0)
Syntax
C#
public TeleportCommand(
	UnityEngine.Transform location,
	Sprite spriteIcon,
	string helpText
)

Parameters

location
Type: UnityEngine.Transform
location to teleport to
spriteIcon
Type: Sprite
Icon sprite
helpText
Type: SystemString
Optional text to display when the user hovers the pointer over the button
See Also