GDExtensionInterfacePackedVector3ArrayOperatorIndex typedef
GDExtensionInterfacePackedVector3ArrayOperatorIndex = Pointer<NativeFunction<GDExtensionInterfacePackedVector3ArrayOperatorIndexFunction> >
@name packed_vector3_array_operator_index @since 4.1
Gets a pointer to a Vector3 in a PackedVector3Array.
@param p_self A pointer to a PackedVector3Array object. @param p_index The index of the Vector3 to get.
@return A pointer to the requested Vector3.
Implementation
typedef GDExtensionInterfacePackedVector3ArrayOperatorIndex =
ffi.Pointer<
ffi.NativeFunction<
GDExtensionInterfacePackedVector3ArrayOperatorIndexFunction
>
>;