Class Event.EffectorData
Inherited Members
Namespace: Xareus.Scenarios
Assembly: Xareus.Scenarios.dll
Syntax
public class Event.EffectorData
Properties
Effector
Declaration
public AEffector Effector { get; set; }
Property Value
| Type | Description |
|---|---|
| AEffector |
EffectorType
Declaration
public Type EffectorType { get; set; }
Property Value
| Type | Description |
|---|---|
| Type |
Parameters
Declaration
public Dictionary<string, Parameter> Parameters { get; set; }
Property Value
| Type | Description |
|---|---|
| Dictionary<string, Parameter> |