Table of Contents

Class InputTransformSpots

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

Fields

OutSpots

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

Field Value

CGModuleOutputSlot

Properties

TransformSpots

The input TransformSpots

public List<InputTransformSpots.TransformSpot> TransformSpots { get; set; }

Property Value

List<InputTransformSpots.TransformSpot>

Methods

Refresh()

Add Module processing code in here

public override void Refresh()