Summary
Extension methods for
IEnumerable<T>
and IEnumerable<T>
.
- Namespace
- StrideToolkit
.Engine - Base Types
-
- object
graph BT
Type-->Base0["object"]
Type["EntityComponentCollectionExtensions"]
class Type type-node
Syntax
public static class EntityComponentCollectionExtensions
Methods
Name | Value | Summary |
---|---|---|
Disable |
void |
Disables all
ActivableEntityComponent in the collection.
static
|
Enable |
void |
Enables all
ActivableEntityComponent in the collection.
static
|
Toggle |
void |
Toggles the
ActivableEntityComponent.Enabled state all ActivableEntityComponent in the collection.
static
|