Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

tuple in godot

#For 2D tuple
var size_2 : Vector2 = Vector2(0,0)
#for 3D tuple
var size_3 : Vector2 = Vector3(0,0,0)
 
PREVIOUS NEXT
Tagged: #tuple #godot
ADD COMMENT
Topic
Name
6+8 =