Handbook
Glossary
collada-vertex-format? ( object -- ? )
Vocabulary
game
.
models
.
collada
.
private
Inputs and outputs
object
an
object
?
a
boolean
Word description
Tests if the object is an instance of the
collada-vertex-format
class.
Definition
USING:
kernel
;
IN:
game.models.collada.private
:
collada-vertex-format?
( object -- ? )
\
collada-vertex-format
eq?
;