mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
GeomVertexFormat.getColumns
This commit is contained in:
parent
f13c9097af
commit
59bc70bd4b
@ -95,6 +95,8 @@ PUBLISHED:
|
|||||||
int get_array_with(const InternalName *name) const;
|
int get_array_with(const InternalName *name) const;
|
||||||
const GeomVertexColumn *get_column(const InternalName *name) const;
|
const GeomVertexColumn *get_column(const InternalName *name) const;
|
||||||
INLINE bool has_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 remove_column(const InternalName *name);
|
||||||
void pack_columns();
|
void pack_columns();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user