Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
GraphicsEngine
Wavefront
Parsers
TypeParserBase
C# Class GraphicsEngine.Wavefront.Parsers.TypeParserBase
Inheritance:
ITypeParser
Afficher le fichier
Open project: ckarcz/GraphicsEngine
Méthodes publiques
Méthode
Description
CanParse
(
string
keyword
) :
bool
Parse
(
string
line
) :
void
Method Details
CanParse()
public
méthode
public
CanParse
(
string
keyword
) :
bool
keyword
string
Résultat
bool
Parse()
public
abstract
méthode
public
abstract
Parse
(
string
line
) :
void
line
string
Résultat
void