Click or drag to resize

ResourceManagerLoadSeparateInstanceT Method (String, Boolean, NullableBoolean)

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public static T LoadSeparateInstance<T>(
	string name,
	bool componentCreateHierarchyController,
	Nullable<bool> componentSetEnabled
)
where T : class

Parameters

name
Type: SystemString
componentCreateHierarchyController
Type: SystemBoolean
componentSetEnabled
Type: SystemNullableBoolean

Type Parameters

T

Return Value

Type: T
See Also