Class ModifierTRSShape
- Namespace
- FluffyUnderware.Curvy.Generator.Modules
public class ModifierTRSShape : TRSModuleBase, IOnRequestProcessing, IPathProvider
- Inheritance
-
ObjectComponentBehaviourMonoBehaviourDTVersionedMonoBehaviourModifierTRSShape
- Implements
- Inherited Members
Fields
InShape
[HideInInspector]
[InputSlotInfo(typeof(CGShape), Name = "Shape A", ModifiesData = true)]
public CGModuleInputSlot InShape
Field Value
OutShape
[HideInInspector]
[OutputSlotInfo(typeof(CGShape))]
public CGModuleOutputSlot OutShape
Field Value
Properties
PathIsClosed
public bool PathIsClosed { get; }
Property Value
Methods
OnSlotDataRequest(CGModuleInputSlot, CGModuleOutputSlot, params CGDataRequestParameter[])
public CGData[] OnSlotDataRequest(CGModuleInputSlot requestedBy, CGModuleOutputSlot requestedSlot, params CGDataRequestParameter[] requests)
Parameters
requestedByCGModuleInputSlotrequestedSlotCGModuleOutputSlotrequestsCGDataRequestParameter[]
Returns
- CGData[]