Click or drag to resize

ToggleGameObjectCommand Class

This is a command that will toggle a GameObject
Inheritance Hierarchy

Namespace:  ImmerseSDK.Examples
Assembly:  ImmerseSDK.NotInDll (in ImmerseSDK.NotInDll.dll) Version: 3.5.0.0 (3.5.0.0)
Syntax
C#
public class ToggleGameObjectCommand : UICommand

The ToggleGameObjectCommand type exposes the following members.

Constructors
  NameDescription
Public methodToggleGameObjectCommand
Creates a new command
Top
Properties
  NameDescription
Public propertyID
You have to specify a unique id for the commands to work correctly
(Overrides CommandID.)
Top
Methods
See Also