MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / GetIndex

Method GetIndex

Source/Engine/Core/Collections/Array.h:961–964  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

959 }
960
961 FORCE_INLINE int32 GetIndex() const
962 {
963 return _index;
964 }
965
966 FORCE_INLINE bool IsEnd() const
967 {

Callers 2

RunDeformersMethod · 0.80
SetBlendShapeWeightMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected