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

Method GetInstance

Source/Engine/Foliage/Foliage.cpp:617–620  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

615}
616
617FoliageInstance Foliage::GetInstance(int32 index) const
618{
619 return Instances[index];
620}
621
622int32 Foliage::GetFoliageTypesCount() const
623{

Callers 13

FoliageInstanceNodeClass · 0.45
DrawSelectionDepthMethod · 0.45
EditFoliageGizmoClass · 0.45
GetSelectedTransformMethod · 0.45
OnApplyTransformationMethod · 0.45
OnDuplicateMethod · 0.45
DrawMethod · 0.45
SyncOptionsMethod · 0.45
EditInstanceActionMethod · 0.45
RecordEndMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected