Summary
Extensions for searching for an
EntityComponent
in an Entity
hierarchy.
- Namespace
- StrideToolkit
.Engine - Base Types
-
- object
graph BT
Type-->Base0["object"]
Type["EntityComponentSearchExtensions"]
class Type type-node
Syntax
public static class EntityComponentSearchExtensions
Methods
Name | Value | Summary |
---|---|---|
Get |
T |
Performs a breadth first search of the entities children for a component of the specified type.
static
|
Get |
T |
Performs a breadth first search of the entities children for a component of the specified type.
static
|
Get |
T |
Performs a breadth first search of the entity and it's children for a component of the specified type.
static
|
Get |
T |
Performs a breadth first search of the entity and it's children for a component of the specified type.
static
|
GetComponentInParent |
T |
Performs a search of the entity and it's ancestors for a component of the specified type.
static
|
GetComponentInParent |
T |
Performs a search of the entity and it's ancestors for a component of the specified type.
static
|
Get |
IEnumerable |
Performs a depth first search of the entities children for all components of the specified type.
static
|
Get |
IEnumerable |
Performs a depth first search of the entities children for all components of the specified type.
static
|
Get |
IEnumerable |
Performs a depth first search of the entity and it's children for all components of the specified type.
static
|
Get |
IEnumerable |
Performs a depth first search of the entity and it's children for all components of the specified type.
static
|
Get |
IEnumerable |
Performs a depth first search of the entities decendants for all components of the specified type.
static
|
Get |
IEnumerable |
Performs a depth first search of the entity and it's decendants for all components of the specified type.
static
|
Get |
IEnumerable |
Performs a depth first search of the entity and it's decendants for all components of the specified type.
static
|
Get |
IEnumerable |
Performs a depth first search of the entity and it's decendants for all components of the specified type.
static
|
Get |
IEnumerable |
Performs a search of the entity and it's ancestors for all components of the specified type.
static
|
Get |
IEnumerable |
Performs a search of the entity and it's ancestors for all components of the specified type.
static
|