C# 클래스 Parsing, OZML

파일 보기 프로젝트 열기: merveilles/OZML 1 사용 예제들

공개 메소드들

메소드 설명
ParseByte ( string literal, float &result ) : bool
ParseDecimal ( string literal, float &result ) : bool
ParseFogParameters ( string literal, FogParameters, &result ) : bool
ParseMaterials ( string literal ) : IEnumerable
ParseRgb ( string literal, Color &result ) : bool
ParseRgba ( string literal, Color &result ) : bool
ParseRgba ( string literal, int &from, Color &result ) : bool
ParseVector3 ( string literal, Vector3 &result ) : bool

비공개 메소드들

메소드 설명
ParseByte ( string literal, int &from, float &result ) : bool
ParseDecimal ( string literal, int &from, float &result ) : bool
ParseMaterial ( string literal ) : OzmlMaterial,
ParseRgb ( string literal, int &from, Color &result ) : bool
ParseVector3 ( string literal, int &from, Vector3 &result ) : bool

메소드 상세

ParseByte() 공개 정적인 메소드

public static ParseByte ( string literal, float &result ) : bool
literal string
result float
리턴 bool

ParseDecimal() 공개 정적인 메소드

public static ParseDecimal ( string literal, float &result ) : bool
literal string
result float
리턴 bool

ParseFogParameters() 공개 정적인 메소드

public static ParseFogParameters ( string literal, FogParameters, &result ) : bool
literal string
result FogParameters,
리턴 bool

ParseMaterials() 공개 정적인 메소드

public static ParseMaterials ( string literal ) : IEnumerable
literal string
리턴 IEnumerable

ParseRgb() 공개 정적인 메소드

public static ParseRgb ( string literal, Color &result ) : bool
literal string
result Color
리턴 bool

ParseRgba() 공개 정적인 메소드

public static ParseRgba ( string literal, Color &result ) : bool
literal string
result Color
리턴 bool

ParseRgba() 공개 정적인 메소드

public static ParseRgba ( string literal, int &from, Color &result ) : bool
literal string
from int
result Color
리턴 bool

ParseVector3() 공개 정적인 메소드

public static ParseVector3 ( string literal, Vector3 &result ) : bool
literal string
result Vector3
리턴 bool