C# 클래스 StandardInfoWindowInfo, Hero.Coli

파일 보기 프로젝트 열기: CyberCRI/Hero.Coli 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
_cancel string
_code string
_next string
_texture string

공개 메소드들

메소드 설명
StandardInfoWindowInfo ( string code, string texture, string next, string cancel ) : UnityEngine
ToString ( ) : string

메소드 상세

StandardInfoWindowInfo() 공개 메소드

public StandardInfoWindowInfo ( string code, string texture, string next, string cancel ) : UnityEngine
code string
texture string
next string
cancel string
리턴 UnityEngine

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

_cancel 공개적으로 프로퍼티

public string _cancel
리턴 string

_code 공개적으로 프로퍼티

public string _code
리턴 string

_next 공개적으로 프로퍼티

public string _next
리턴 string

_texture 공개적으로 프로퍼티

public string _texture
리턴 string