Table of Contents

Class InputSpots

Defines a static array of placement spots

public class InputSpots : CGModule
Inheritance
Object
Component
Behaviour
MonoBehaviour
DTVersionedMonoBehaviour
InputSpots
Inherited Members

Fields

OutSpots

[HideInInspector]
[OutputSlotInfo(typeof(CGSpots))]
public CGModuleOutputSlot OutSpots

Field Value

CGModuleOutputSlot

Properties

Spots

The list of placement spots

public List<CGSpot> Spots { get; set; }

Property Value

List<CGSpot>

Methods

Refresh()

Add Module processing code in here

public override void Refresh()