C# Class JsonExample.ExampleSerializedClass, Killing-Game

Datei anzeigen 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_oe property

public bool myBool
return bool

myBounds public_oe property

public Bounds myBounds
return Bounds

myColor public_oe property

public Color myColor
return Color

myColor32 public_oe property

public Color32,UnityEngine myColor32
return UnityEngine.Color32

myFloat public_oe property

public float myFloat
return float

myInt public_oe property

public int myInt
return int

myIntArray public_oe property

public int[] myIntArray
return int[]

myQuaternion public_oe property

public Quaternion myQuaternion
return Quaternion

myRect public_oe property

public Rect myRect
return Rect

myRectOffset public_oe property

public RectOffset,UnityEngine myRectOffset
return UnityEngine.RectOffset

myString public_oe property

public string myString
return string

myVector2 public_oe property

public Vector2 myVector2
return Vector2

myVector3 public_oe property

public Vector3 myVector3
return Vector3

myVector4 public_oe property

public Vector4 myVector4
return Vector4