Class ModifierTRSMesh
- Namespace
- FluffyUnderware.Curvy.Generator.Modules
Applies translation, rotation, and scale operations to a VMesh
public class ModifierTRSMesh : TRSModuleBase
- Inheritance
-
ObjectComponentBehaviourMonoBehaviourDTVersionedMonoBehaviourModifierTRSMesh
- Inherited Members
Fields
InVMesh
[HideInInspector]
[InputSlotInfo(typeof(CGVMesh), Array = true, ModifiesData = true)]
public CGModuleInputSlot InVMesh
Field Value
OutVMesh
[HideInInspector]
[OutputSlotInfo(typeof(CGVMesh), Array = true)]
public CGModuleOutputSlot OutVMesh
Field Value
Methods
Refresh()
Add Module processing code in here
public override void Refresh()