 | InspectorTypeTableTypes Method |
Types accessible to the user in the inspector.
Namespace: Slash.ECS.Inspector.DataAssembly: Slash.ECS (in Slash.ECS.dll) Version: 1.0.6018.40178
Syntaxpublic IEnumerable<Type> Types()
Public Function Types As IEnumerable(Of Type)
public:
IEnumerable<Type^>^ Types()
member Types : unit -> IEnumerable<Type>
Return Value
Type:
IEnumerableTypeAll types accessible to the user in the inspector.
See Also