C# 클래스 JsonExample.ExampleSerializedClass, Killing-Game

파일 보기 프로젝트 열기: SNUGDC/Killing-Game

공개 프로퍼티들

프로퍼티 타입 설명
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

공개 메소드들

메소드 설명
ExampleSerializedClass ( ) : System.Collections

메소드 상세

ExampleSerializedClass() 공개 메소드

public ExampleSerializedClass ( ) : System.Collections
리턴 System.Collections

프로퍼티 상세

myBool 공개적으로 프로퍼티

public bool myBool
리턴 bool

myBounds 공개적으로 프로퍼티

public Bounds myBounds
리턴 Bounds

myColor 공개적으로 프로퍼티

public Color myColor
리턴 Color

myColor32 공개적으로 프로퍼티

public Color32,UnityEngine myColor32
리턴 UnityEngine.Color32

myFloat 공개적으로 프로퍼티

public float myFloat
리턴 float

myInt 공개적으로 프로퍼티

public int myInt
리턴 int

myIntArray 공개적으로 프로퍼티

public int[] myIntArray
리턴 int[]

myQuaternion 공개적으로 프로퍼티

public Quaternion myQuaternion
리턴 Quaternion

myRect 공개적으로 프로퍼티

public Rect myRect
리턴 Rect

myRectOffset 공개적으로 프로퍼티

public RectOffset,UnityEngine myRectOffset
리턴 UnityEngine.RectOffset

myString 공개적으로 프로퍼티

public string myString
리턴 string

myVector2 공개적으로 프로퍼티

public Vector2 myVector2
리턴 Vector2

myVector3 공개적으로 프로퍼티

public Vector3 myVector3
리턴 Vector3

myVector4 공개적으로 프로퍼티

public Vector4 myVector4
리턴 Vector4