MetadataComponentTypeInfo Constructor |
Namespace:
NeoAxis
Assembly:
NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax 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