Watson Developer Cloud Unity SDK  1.0.0
The Unity SDK uses the Watson Developer Cloud services, a collection of REST APIs and SDKs that use cognitive computing to solve complex problems.
IBM.Watson.DeveloperCloud.Utilities Namespace Reference

Classes

class  AudioClipUtil
 AudioClip helper functions. More...
 
class  AuthenticationToken
 The authentication token object. More...
 
class  Constants
 This class wraps all constants. More...
 
class  Credential
 
class  Credentials
 Helper class for holding a user and password or authorization token, used by both the WSCOnnector and RESTConnector. More...
 
class  EventManager
 Singleton class for sending and receiving events. More...
 
class  FrameRateCounter
 Displays the frame rate of the application. More...
 
class  KeyEventManager
 This class handles key presses and will sent events and/or invoke a delegate when a key is pressed. More...
 
class  NestedPrefabs
 
class  Runnable
 Helper class for running co-routines without having to inherit from MonoBehavior. More...
 
class  SerializedDelegate
 This class allows for a delegate to be serialized for a component and method on a given GameObject. More...
 
class  Singleton
 Singleton pattern class. This class detects if T is a MonoBehavior and will make a containing GameObject. More...
 
class  TimedDestroy
 Helper class for automatically destroying objects after a static amount of time has elapsed. More...
 
class  UnityObjectUtil
 AudioClip helper functions. More...
 
class  Utility
 Utility functions. More...
 
class  VcapCredential
 
class  VcapCredentials
 
class  WatsonException
 Watson exception class. More...
 
class  WaveFile
 WAV Utility functions. More...
 

Enumerations

enum  KeyModifiers { KeyModifiers.NONE = 0x0, KeyModifiers.SHIFT = 0x1, KeyModifiers.CONTROL = 0x2, KeyModifiers.ALT = 0x4 }
 Key press modifiers More...
 

Detailed Description

Copyright 2015 IBM Corp. All Rights Reserved.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

 http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Enumeration Type Documentation

Key press modifiers

Enumerator
NONE 

No key modifier down.

SHIFT 

Shift key down.

CONTROL 

Control key down.

ALT 

Alt key down.