 | InspectorPropertyAttributePropertyType Property |
Type of property this attribute belongs to.
Only set manually when collecting inspector type information.
Namespace: Slash.ECS.Inspector.AttributesAssembly: Slash.ECS (in Slash.ECS.dll) Version: 1.0.6018.40178
Syntaxpublic Type PropertyType { get; set; }
Public Property PropertyType As Type
Get
Set
public:
property Type^ PropertyType {
Type^ get ();
void set (Type^ value);
}
member PropertyType : Type with get, set
Property Value
Type:
Type
See Also