Click or drag to resize

MetadataComponentTypeInfo Constructor

Initializes a new instance of the MetadataComponentTypeInfo class

Namespace: NeoAxis
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public ComponentTypeInfo(
	string name,
	string displayName,
	MetadataTypeInfo baseType,
	MetadataTypeClassification classification,
	EDictionary<string, long> enumElements,
	bool enumFlags,
	Resource resource,
	string pathInside,
	Component basedOnObject
)

Parameters

name  String
 
displayName  String
 
baseType  MetadataTypeInfo
 
classification  MetadataTypeClassification
 
enumElements  EDictionaryString, Int64
 
enumFlags  Boolean
 
resource  Resource
 
pathInside  String
 
basedOnObject  Component
 
See Also