Click or drag to resize
InspectorTypeTableTypes Method
Types accessible to the user in the inspector.

Namespace: Slash.ECS.Inspector.Data
Assembly: Slash.ECS (in Slash.ECS.dll) Version: 1.0.6018.40178
Syntax
public IEnumerable<Type> Types()

Return Value

Type: IEnumerableType
All types accessible to the user in the inspector.
See Also