InstanceKey
Functions
InstanceKey |
|
InstanceKey |
|
InstanceKey & | operator= |
bool | operator== |
operator uint32_t |
Detailed Description
-
class
InstanceKey
A key used to uniquely identify a mesh instance in a model.
Public Functions
-
inline
InstanceKey
()
-
inline explicit
InstanceKey
(uint32_t key)
-
inline InstanceKey &
operator=
(uint32_t key)
-
inline bool
operator==
(InstanceKey const &that)
-
inline
operator uint32_t
() const
Public Members
-
uint32_t
_key
-
inline