Click or drag to resize

DocumentInstance Constructor

Initializes a new instance of the DocumentInstance class

Namespace:  NeoAxis.Editor
Assembly:  NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public DocumentInstance(
	string realFileName,
	ResourceInstance loadedResource,
	string specialMode
)

Parameters

realFileName
Type: SystemString
loadedResource
Type: NeoAxisResourceInstance
specialMode
Type: SystemString
See Also