Interface IActorGraphConnectionValidator
Namespace: Unity.Reflect.ActorFramework
Syntax
public interface IActorGraphConnectionValidator
Methods
IsValid(ActorPort, ActorPort, ActorSystemSetup)
Declaration
bool IsValid(ActorPort source, ActorPort destination, ActorSystemSetup asset)
Parameters
| Type | Name | Description |
|---|---|---|
| ActorPort | source | |
| ActorPort | destination | |
| ActorSystemSetup | asset |
Returns
| Type | Description |
|---|---|
| Boolean |
WouldBeValid(ActorPort, ActorPort, ActorSystemSetup)
Declaration
bool WouldBeValid(ActorPort source, ActorPort destination, ActorSystemSetup asset)
Parameters
| Type | Name | Description |
|---|---|---|
| ActorPort | source | |
| ActorPort | destination | |
| ActorSystemSetup | asset |
Returns
| Type | Description |
|---|---|
| Boolean |