MetadataComponentTypeInfo Constructor |
Namespace: NeoAxisAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic 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