C# Class JsonExample.ExampleSerializedClass, Killing-Game

Afficher le fichier Open project: SNUGDC/Killing-Game

Méthodes publiques

Свойство 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

Méthodes publiques

Méthode Description
ExampleSerializedClass ( ) : System.Collections

Method Details

ExampleSerializedClass() public méthode

public ExampleSerializedClass ( ) : System.Collections
Résultat System.Collections

Property Details

myBool public_oe property

public bool myBool
Résultat bool

myBounds public_oe property

public Bounds myBounds
Résultat Bounds

myColor public_oe property

public Color myColor
Résultat Color

myColor32 public_oe property

public Color32,UnityEngine myColor32
Résultat UnityEngine.Color32

myFloat public_oe property

public float myFloat
Résultat float

myInt public_oe property

public int myInt
Résultat int

myIntArray public_oe property

public int[] myIntArray
Résultat int[]

myQuaternion public_oe property

public Quaternion myQuaternion
Résultat Quaternion

myRect public_oe property

public Rect myRect
Résultat Rect

myRectOffset public_oe property

public RectOffset,UnityEngine myRectOffset
Résultat UnityEngine.RectOffset

myString public_oe property

public string myString
Résultat string

myVector2 public_oe property

public Vector2 myVector2
Résultat Vector2

myVector3 public_oe property

public Vector3 myVector3
Résultat Vector3

myVector4 public_oe property

public Vector4 myVector4
Résultat Vector4