mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-03 05:48:42 +03:00
PoolVector3Array now should be PackedVector3Array
This commit is contained in:
committed by
Max Hilbrunner
parent
5cc951540d
commit
59c44c591b
@@ -135,7 +135,7 @@ Afterwards the function waits for the next physics_frame before continuing with
|
||||
|
||||
# create a procedural navigation mesh for the region
|
||||
var new_navigation_mesh: NavigationMesh = NavigationMesh.new()
|
||||
var vertices: PackedVector3Array = PoolVector3Array([
|
||||
var vertices: PackedVector3Array = PackedVector3Array([
|
||||
Vector3(0,0,0),
|
||||
Vector3(9.0,0,0),
|
||||
Vector3(0,0,9.0)
|
||||
|
||||
Reference in New Issue
Block a user