Unity GAF Player  1.0
Tools for playing GAF animation inside Unity
 All Classes Files Functions Variables Enumerations Enumerator Properties Events
Classes | Enumerations
GAFJSON.cs File Reference

Classes

class  Extensions
 Extensions. More...
 
class  JSONValue
 JSON value. More...
 
class  JSONArray
 JSON array. More...
 
class  JSONObject
 JSON object. More...
 

Enumerations

enum  JSONValueType {
  JSONValueType.String, JSONValueType.Number, JSONValueType.Object, JSONValueType.Array,
  JSONValueType.Boolean, JSONValueType.Null
}
 JSON value type. More...
 

Enumeration Type Documentation

JSON value type.

Enumerator
String 
Number 
Object 
Array 
Boolean 
Null