Click or drag to resize

MetadataComponentTypeInfo Constructor

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2023.1.2.0 (2023.1.2.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
Type: SystemString
displayName
Type: SystemString
baseType
Type: NeoAxisMetadataTypeInfo
classification
Type: NeoAxisMetadataTypeClassification
enumElements
Type: NeoAxisEDictionaryString, Int64
enumFlags
Type: SystemBoolean
resource
Type: NeoAxisResource
pathInside
Type: SystemString
basedOnObject
Type: NeoAxisComponent
See Also