 | InspectorPropertyAttributeAttributeType Property |
Type of value in attribute table. If null, the property type is used.
Namespace: Slash.ECS.Inspector.AttributesAssembly: Slash.ECS (in Slash.ECS.dll) Version: 1.0.6018.40178
Syntaxpublic Type AttributeType { get; set; }
Public Property AttributeType As Type
Get
Set
public:
property Type^ AttributeType {
Type^ get ();
void set (Type^ value);
}
member AttributeType : Type with get, set
Property Value
Type:
Type
See Also