C# Class UnityAI.Core.Planning.OrderingConstraint

Show file Open project: unityai/unityai-core

Public Methods

Method Description
OrderingConstraint ( Action before, Action after ) : System

Create an Ordering that is A is before B

Method Details

OrderingConstraint() public method

Create an Ordering that is A is before B
public OrderingConstraint ( Action before, Action after ) : System
before Action The Action that Comes Before
after Action The Action that Comes After
return System