PackedVector3Array

There is currently no description for this class. Please help us by contributing one!

Note

There are notable differences when using this API with C#. See C# Differences for more information.

Constructors

PackedVector3Array

PackedVector3Array ( )

PackedVector3Array

PackedVector3Array ( PackedVector3Array from )

PackedVector3Array

PackedVector3Array ( Array from )

Methods

bool

append ( Vector3 value )

void

append_array ( PackedVector3Array array )

int

bsearch ( Vector3 value, bool before=true )

void

clear ( )

int

count ( Vector3 value ) const

PackedVector3Array

duplicate ( )

void

fill ( Vector3 value )

int

find ( Vector3 value, int from=0 ) const

bool

has ( Vector3 value ) const

int

insert ( int at_index, Vector3 value )

bool

is_empty ( ) const

bool

push_back ( Vector3 value )

void

remove_at ( int index )

int

resize ( int new_size )

void

reverse ( )

int

rfind ( Vector3 value, int from=-1 ) const

void

set ( int index, Vector3 value )

int

size ( ) const

PackedVector3Array

slice ( int begin, int end=2147483647 ) const

void

sort ( )

PackedByteArray

to_byte_array ( ) const

Operators

bool

operator != ( PackedVector3Array right )

PackedVector3Array

operator * ( Transform3D right )

PackedVector3Array

operator + ( PackedVector3Array right )

bool

operator == ( PackedVector3Array right )

Vector3

operator [] ( int index )


Constructor Descriptions

PackedVector3Array PackedVector3Array ( )

There is currently no description for this constructor. Please help us by contributing one!


PackedVector3Array PackedVector3Array ( PackedVector3Array from )

There is currently no description for this constructor. Please help us by contributing one!


PackedVector3Array PackedVector3Array ( Array from )

There is currently no description for this constructor. Please help us by contributing one!


Method Descriptions

bool append ( Vector3 value )

There is currently no description for this method. Please help us by contributing one!


void append_array ( PackedVector3Array array )

There is currently no description for this method. Please help us by contributing one!


int bsearch ( Vector3 value, bool before=true )

There is currently no description for this method. Please help us by contributing one!


void clear ( )

There is currently no description for this method. Please help us by contributing one!


int count ( Vector3 value ) const

There is currently no description for this method. Please help us by contributing one!


PackedVector3Array duplicate ( )

There is currently no description for this method. Please help us by contributing one!


void fill ( Vector3 value )

There is currently no description for this method. Please help us by contributing one!


int find ( Vector3 value, int from=0 ) const

There is currently no description for this method. Please help us by contributing one!


bool has ( Vector3 value ) const

There is currently no description for this method. Please help us by contributing one!


int insert ( int at_index, Vector3 value )

There is currently no description for this method. Please help us by contributing one!


bool is_empty ( ) const

There is currently no description for this method. Please help us by contributing one!


bool push_back ( Vector3 value )

There is currently no description for this method. Please help us by contributing one!


void remove_at ( int index )

There is currently no description for this method. Please help us by contributing one!


int resize ( int new_size )

There is currently no description for this method. Please help us by contributing one!


void reverse ( )

There is currently no description for this method. Please help us by contributing one!


int rfind ( Vector3 value, int from=-1 ) const

There is currently no description for this method. Please help us by contributing one!


void set ( int index, Vector3 value )

There is currently no description for this method. Please help us by contributing one!


int size ( ) const

There is currently no description for this method. Please help us by contributing one!


PackedVector3Array slice ( int begin, int end=2147483647 ) const

There is currently no description for this method. Please help us by contributing one!


void sort ( )

There is currently no description for this method. Please help us by contributing one!


PackedByteArray to_byte_array ( ) const

There is currently no description for this method. Please help us by contributing one!


Operator Descriptions

bool operator != ( PackedVector3Array right )

There is currently no description for this operator. Please help us by contributing one!


PackedVector3Array operator * ( Transform3D right )

There is currently no description for this operator. Please help us by contributing one!


PackedVector3Array operator + ( PackedVector3Array right )

There is currently no description for this operator. Please help us by contributing one!


bool operator == ( PackedVector3Array right )

There is currently no description for this operator. Please help us by contributing one!


Vector3 operator [] ( int index )

There is currently no description for this operator. Please help us by contributing one!