 | InspectorTypeProperties Property |
Properties exposed in the inspector.
Namespace: Slash.ECS.Inspector.DataAssembly: Slash.ECS (in Slash.ECS.dll) Version: 1.0.6018.40178
Syntaxpublic List<InspectorPropertyAttribute> Properties { get; set; }
Public Property Properties As List(Of InspectorPropertyAttribute)
Get
Set
public:
property List<InspectorPropertyAttribute^>^ Properties {
List<InspectorPropertyAttribute^>^ get ();
void set (List<InspectorPropertyAttribute^>^ value);
}
member Properties : List<InspectorPropertyAttribute> with get, set
Property Value
Type:
ListInspectorPropertyAttribute
See Also