Initial Commit

This commit is contained in:
Sebastian Cabrera 2021-08-02 05:44:37 -04:00
parent 53eb92e9af
commit 270ab7d11f
15341 changed files with 700234 additions and 0 deletions

View file

@ -0,0 +1,18 @@
namespace Unity.VisualScripting
{
[Descriptor(typeof(WaitForFlow))]
public class WaitForFlowDescriptor : UnitDescriptor<WaitForFlow>
{
public WaitForFlowDescriptor(WaitForFlow unit) : base(unit) { }
protected override void DefinedPort(IUnitPort port, UnitPortDescription description)
{
base.DefinedPort(port, description);
if (port is ControlInput && unit.awaitedInputs.Contains((ControlInput)port))
{
description.showLabel = false;
}
}
}
}

View file

@ -0,0 +1,11 @@
fileFormatVersion: 2
guid: 37ee537227ac94804ab3f383727f88d1
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant: