C# 클래스 AnimalDatabase, diluvium

상속: MonoBehaviour
파일 보기 프로젝트 열기: Collegiennes/diluvium 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
animalCsv UnityEngine.TextAsset

공개 메소드들

메소드 설명
Awake ( ) : void
Get ( string name ) : AnimalData,

비공개 메소드들

메소드 설명
ParseStat ( string s ) : int

메소드 상세

Awake() 공개 메소드

public Awake ( ) : void
리턴 void

Get() 공개 정적인 메소드

public static Get ( string name ) : AnimalData,
name string
리턴 AnimalData,

프로퍼티 상세

animalCsv 공개적으로 프로퍼티

public TextAsset,UnityEngine animalCsv
리턴 UnityEngine.TextAsset