 | InspectorTypeTableItem Property |
Inspector data for the specified type.
Namespace: Slash.ECS.Inspector.DataAssembly: Slash.ECS (in Slash.ECS.dll) Version: 1.0.6018.40178
Syntaxpublic InspectorType this[
Type type
] { get; }
Public ReadOnly Default Property Item (
type As Type
) As InspectorType
Get
public:
property InspectorType^ default[Type^ type] {
InspectorType^ get (Type^ type);
}
member Item : InspectorType with get
Parameters
- type
- Type: SystemType
Type to get inspector data for.
Return Value
Type:
InspectorTypeInspector type for the specified type.
See Also