 | EntityManagerComponentsOfType Method |
Returns an iterator over all components of the specified type.
Namespace: Slash.ECS.ComponentsAssembly: Slash.ECS (in Slash.ECS.dll) Version: 1.0.6018.40178
Syntaxpublic IEnumerable ComponentsOfType(
Type type
)
Public Function ComponentsOfType (
type As Type
) As IEnumerable
public:
IEnumerable^ ComponentsOfType(
Type^ type
)
member ComponentsOfType :
type : Type -> IEnumerable
Parameters
- type
- Type: SystemType
Type of the components to get.
Return Value
Type:
IEnumerable Components of the specified type.
Exceptions
See Also