C# 클래스 GameMaker.GM_TypeExtensions

파일 보기 프로젝트 열기: WarlockD/GMdsam

공개 메소드들

메소드 설명
ConvertType ( this t0, GM_Type t1 ) : GM_Type
canBeInstance ( this t ) : bool
isBestVar ( this t ) : bool
isInstance ( this t ) : bool
isInteger ( this t ) : bool
isNumber ( this t ) : bool
isReal ( this t ) : bool

메소드 상세

ConvertType() 공개 정적인 메소드

public static ConvertType ( this t0, GM_Type t1 ) : GM_Type
t0 this
t1 GM_Type
리턴 GM_Type

canBeInstance() 공개 정적인 메소드

public static canBeInstance ( this t ) : bool
t this
리턴 bool

isBestVar() 공개 정적인 메소드

public static isBestVar ( this t ) : bool
t this
리턴 bool

isInstance() 공개 정적인 메소드

public static isInstance ( this t ) : bool
t this
리턴 bool

isInteger() 공개 정적인 메소드

public static isInteger ( this t ) : bool
t this
리턴 bool

isNumber() 공개 정적인 메소드

public static isNumber ( this t ) : bool
t this
리턴 bool

isReal() 공개 정적인 메소드

public static isReal ( this t ) : bool
t this
리턴 bool