Vector3? ( object -- ? ) - Factor Documentation

Vector3? ( object -- ? )


Vocabulary
raylib

Inputs and outputs
object an object
? a boolean


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

Definition
USING: classes.tuple.private ;

IN: raylib

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

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