Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ Instance
Class
Instance
Source/Engine/Content/Assets/VisualScript.h:141–145 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
139
};
140
141
struct Instance
142
{
143
Array<Variant> Params;
144
Array<EventBinding> EventBindings;
145
};
146
147
private:
148
Dictionary<Guid, Instance> _instances;
Callers
3
SkinnedModel
Method · 0.70
Model
Method · 0.70
Combine
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected