Table of Contents

Class ModifierTRSShape

public class ModifierTRSShape : TRSModuleBase, IOnRequestProcessing, IPathProvider
Inheritance
Object
Component
Behaviour
MonoBehaviour
DTVersionedMonoBehaviour
ModifierTRSShape
Implements
Inherited Members

Fields

InShape

[HideInInspector]
[InputSlotInfo(typeof(CGShape), Name = "Shape A", ModifiesData = true)]
public CGModuleInputSlot InShape

Field Value

CGModuleInputSlot

OutShape

[HideInInspector]
[OutputSlotInfo(typeof(CGShape))]
public CGModuleOutputSlot OutShape

Field Value

CGModuleOutputSlot

Properties

PathIsClosed

public bool PathIsClosed { get; }

Property Value

bool

Methods

OnSlotDataRequest(CGModuleInputSlot, CGModuleOutputSlot, params CGDataRequestParameter[])

public CGData[] OnSlotDataRequest(CGModuleInputSlot requestedBy, CGModuleOutputSlot requestedSlot, params CGDataRequestParameter[] requests)

Parameters

requestedBy CGModuleInputSlot
requestedSlot CGModuleOutputSlot
requests CGDataRequestParameter[]

Returns

CGData[]