Dungeon Architect  17.0.0
DungeonArchitect.Flow.Impl.GridFlow.Tasks.GridFlowLayoutTaskCreatePath Class Reference
Inheritance diagram for DungeonArchitect.Flow.Impl.GridFlow.Tasks.GridFlowLayoutTaskCreatePath:
DungeonArchitect.Flow.Domains.Layout.Tasks.LayoutBaseFlowTaskCreatePath DungeonArchitect.Flow.Domains.Layout.Tasks.LayoutBaseFlowTaskPathBuilderBase DungeonArchitect.Flow.Exec.FlowExecTask

Additional Inherited Members

- Public Member Functions inherited from DungeonArchitect.Flow.Domains.Layout.Tasks.LayoutBaseFlowTaskCreatePath
override FlowTaskExecOutput Execute (FlowTaskExecContext context, FlowTaskExecInput input)
 
- Public Attributes inherited from DungeonArchitect.Flow.Domains.Layout.Tasks.LayoutBaseFlowTaskCreatePath
int minPathSize = 3
 
int maxPathSize = 3
 
string pathName = "branch"
 
Color nodeColor = new Color(1, 0.5f, 0)
 
string startFromPath = "main"
 
string endOnPath = ""
 
string startNodePathNameOverride = ""
 
string endNodePathNameOverride = ""
 
int numParallelSearches = 1
 
long maxFramesToProcess = 2000
 
bool drawDebug = false
 
- Public Attributes inherited from DungeonArchitect.Flow.Exec.FlowExecTask
string description = ""
 
- Protected Member Functions inherited from DungeonArchitect.Flow.Domains.Layout.Tasks.LayoutBaseFlowTaskPathBuilderBase
virtual void FinalizePath (FlowLayoutStaticGrowthState StaticState, FlowLayoutGrowthState State)
 
virtual FlowLayoutNodeGroupGenerator CreateNodeGroupGenerator (FlowDomainExtensions domainExtensions, FlowLayoutGraph graph)
 
virtual IFlowLayoutGraphConstraints CreateGraphConstraint (FlowDomainExtensions domainExtensions, FlowLayoutGraph graph)
 
virtual IFlowLayoutNodeCreationConstraint CreateNodeCreationConstraint (FlowDomainExtensions domainExtensions, FlowLayoutGraph graph)
 

Detailed Description

Definition at line 7 of file GridFlowLayoutTaskCreatePath.cs.


The documentation for this class was generated from the following file: