C# Class JsonExample.ExampleSerializedClass, Killing-Game

Show file Open project: SNUGDC/Killing-Game

Public Properties

Property Type Description
myBool bool
myBounds Bounds
myColor Color
myColor32 UnityEngine.Color32
myFloat float
myInt int
myIntArray int[]
myQuaternion Quaternion
myRect Rect
myRectOffset UnityEngine.RectOffset
myString string
myVector2 Vector2
myVector3 Vector3
myVector4 Vector4

Public Methods

Method Description
ExampleSerializedClass ( ) : System.Collections

Method Details

ExampleSerializedClass() public method

public ExampleSerializedClass ( ) : System.Collections
return System.Collections

Property Details

myBool public property

public bool myBool
return bool

myBounds public property

public Bounds myBounds
return Bounds

myColor public property

public Color myColor
return Color

myColor32 public property

public Color32,UnityEngine myColor32
return UnityEngine.Color32

myFloat public property

public float myFloat
return float

myInt public property

public int myInt
return int

myIntArray public property

public int[] myIntArray
return int[]

myQuaternion public property

public Quaternion myQuaternion
return Quaternion

myRect public property

public Rect myRect
return Rect

myRectOffset public property

public RectOffset,UnityEngine myRectOffset
return UnityEngine.RectOffset

myString public property

public string myString
return string

myVector2 public property

public Vector2 myVector2
return Vector2

myVector3 public property

public Vector3 myVector3
return Vector3

myVector4 public property

public Vector4 myVector4
return Vector4