 | InspectorTypeType Property |
C# type of the component.
Namespace: Slash.ECS.Inspector.DataAssembly: Slash.ECS (in Slash.ECS.dll) Version: 1.0.6018.40178
Syntaxpublic Type Type { get; set; }
Public Property Type As Type
Get
Set
public:
property Type^ Type {
Type^ get ();
void set (Type^ value);
}
member Type : Type with get, set
Property Value
Type:
Type
See Also