 | InspectorTypeAttribute Property |
Raw attribute.
Namespace: Slash.ECS.Inspector.DataAssembly: Slash.ECS (in Slash.ECS.dll) Version: 1.0.6018.40178
Syntaxpublic InspectorTypeAttribute Attribute { get; set; }
Public Property Attribute As InspectorTypeAttribute
Get
Set
public:
property InspectorTypeAttribute^ Attribute {
InspectorTypeAttribute^ get ();
void set (InspectorTypeAttribute^ value);
}
member Attribute : InspectorTypeAttribute with get, set
Property Value
Type:
InspectorTypeAttribute
See Also