Table of Contents

Delegate Node.SceneLoadingDelegate

Namespace
Lime
Assembly
Lime.dll
public delegate bool Node.SceneLoadingDelegate(string path, ref Node instance, bool external, bool ignoreExternals)

Parameters

path string
instance Node
external bool
ignoreExternals bool

Returns

bool