Type Definition gdnative_core::core_types::vector3_array::Vector3Array[][src]

type Vector3Array = TypedArray<Vector3>;

A reference-counted vector of Vector3 that uses Godot's pool allocator.

Trait Implementations

impl Export for Vector3Array[src]

type Hint = ()

A type-specific hint type that is valid for the type being exported.