Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
617
FoliageInstance Foliage::GetInstance(int32 index) const
618
{
619
return Instances[index];
620
}
621
622
int32 Foliage::GetFoliageTypesCount() const
623
{
Callers
13
SetInputMappingFromSettings
Method · 0.45
FoliageInstanceNode
Class · 0.45
DrawSelectionDepth
Method · 0.45
EditFoliageGizmo
Class · 0.45
GetSelectedTransform
Method · 0.45
GetSelectedObjectsBounds
Method · 0.45
OnApplyTransformation
Method · 0.45
OnDuplicate
Method · 0.45
Draw
Method · 0.45
SyncOptions
Method · 0.45
EditInstanceAction
Method · 0.45
RecordEnd
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected