|
|
MarkerNode | Marker [get, set] |
| |
| string | Id [get, set] |
| | The ID of the graph node More...
|
| |
| string | Caption [get, set] |
| | The caption label of the node. It is up to the implementation to draw this label, if needed More...
|
| |
| Rect | Bounds [get, set] |
| | The bounds of the node More...
|
| |
|
bool | CanBeDeleted [get] |
| |
|
bool | CanBeSelected [get] |
| |
|
bool | CanBeMoved [get] |
| |
| bool | Selected [get, set] |
| | Flag to indicate if the node has been selected More...
|
| |
| Vector2 | Size [get, set] |
| | The size of the node More...
|
| |
| Vector2 | Position [get, set] |
| | The position of the node More...
|
| |
| int | ZIndex [get, set] |
| | The Z-index of the node. It determines if the node is on top of other nodes More...
|
| |
| GraphPin[]? | InputPins [get] |
| | List of input pins owned by this node More...
|
| |
| GraphPin[]? | OutputPins [get] |
| | List of output pins owned by this node More...
|
| |
| GraphPin | OutputPin [get] |
| | Gets the first output pin. Returns null if no output pins are defined More...
|
| |
| GraphPin | InputPin [get] |
| | Gets the first input pin. Returns null if no input pins are defined More...
|
| |
| Graph | Graph [get] |
| | The graph that owns this node More...
|
| |
|
bool | Dragging [get, set] |
| |
|
|
Matrix4x4 | offset = Matrix4x4.identity |
| |
|
bool | consumeOnAttach = true |
| |
|
float | attachmentProbability = 1.0f |
| |
|
void | UpdateName (string prefix) |
| |
| GraphPin | CreatePin (GraphPinType pinType, Vector2 position, Rect boundsOffset, Vector2 tangent) |
| | Creates a pin with the specified configuration More...
|
| |
|
T | CreatePinOfType< T > (GraphPinType pinType, Vector2 position, Rect boundsOffset, Vector2 tangent) |
| |
|
string | id |
| |
|
string | caption |
| |
|
Rect | bounds = new Rect(10, 10, 120, 120) |
| |
|
bool | canBeDeleted = true |
| |
|
bool | canBeSelected = true |
| |
|
bool | canBeMoved = true |
| |
|
bool | selected = false |
| |
|
int | zIndex |
| |
|
List< GraphPin > | inputPins |
| |
|
List< GraphPin > | outputPins |
| |
|
Graph | graph |
| |
Definition at line 9 of file MarkerEmitterNode.cs.
The documentation for this class was generated from the following file:
- C:/gamedev/unity/DA20.1X/Assets/CodeRespawn/DungeonArchitect/Scripts/Core/Frameworks/ThemeEngine/GraphNodes/MarkerEmitterNode.cs