Click or drag to resize

NewObjectSettingsGetCreateCSharpClassInfo Method

Namespace:  NeoAxis.Editor
Assembly:  NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public void GetCreateCSharpClassInfo(
	out string realFileName,
	out string className,
	out string csharpClassNameWithoutNamespace
)

Parameters

realFileName
Type: SystemString
className
Type: SystemString
csharpClassNameWithoutNamespace
Type: SystemString
See Also