MCPcopy 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
147private:
148 Dictionary<Guid, Instance> _instances;

Callers 3

SkinnedModelMethod · 0.70
ModelMethod · 0.70
CombineFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected