C# 클래스 idTech4.Text.Decl.idDeclParticle

상속: idDecl
파일 보기 프로젝트 열기: iainmckay/idtech4.net 1 사용 예제들

공개 메소드들

메소드 설명
Parse ( string text ) : bool
idDeclParticle ( ) : System

보호된 메소드들

메소드 설명
ClearData ( ) : void

비공개 메소드들

메소드 설명
ParseParametric ( idLexer lexer, idParticleParameter parm ) : void
ParseParams ( idLexer lexer, int maxParms ) : float[]

Parses a variable length list of parms on one line.

ParseParticleStage ( idLexer lexer ) : idParticleStage

메소드 상세

ClearData() 보호된 메소드

protected ClearData ( ) : void
리턴 void

Parse() 공개 메소드

public Parse ( string text ) : bool
text string
리턴 bool

idDeclParticle() 공개 메소드

public idDeclParticle ( ) : System
리턴 System