Vector2? ( object -- ? ) - Factor Documentation

Vector2? ( object -- ? )


Vocabulary
raylib

Inputs and outputs
object an object
? a boolean


Word description
Tests if the object is an instance of the Vector2 class.

Definition
USING: classes.tuple.private ;

IN: raylib

: Vector2? ( object -- ? ) \ Vector2 9 tuple-instance? ;

AltStyle によって変換されたページ (->オリジナル) /