GeomVertexFormat.getColumns
This commit is contained in:
parent
f13c9097af
commit
59bc70bd4b
|
|
@ -95,6 +95,8 @@ PUBLISHED:
|
|||
int get_array_with(const InternalName *name) const;
|
||||
const GeomVertexColumn *get_column(const InternalName *name) const;
|
||||
INLINE bool has_column(const InternalName *name) const;
|
||||
|
||||
MAKE_SEQ(get_columns, get_num_columns, get_column);
|
||||
|
||||
void remove_column(const InternalName *name);
|
||||
void pack_columns();
|
||||
|
|
|
|||
Loading…
Reference in New Issue