MCPcopy Create free account
hub / github.com/DavidColson/Polybox / ComponentType

Enum ComponentType

source/asset_importer.cpp:155–162  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

153 u8* pBuffer { nullptr };
154 i32 count { 0 };
155 enum ComponentType {
156 Byte,
157 UByte,
158 Short,
159 UShort,
160 UInt,
161 f32
162 };
163 ComponentType componentType;
164
165 enum Type {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected