Table of Contents

Class ModifierTRSMesh

Applies translation, rotation, and scale operations to a VMesh

public class ModifierTRSMesh : TRSModuleBase
Inheritance
Object
Component
Behaviour
MonoBehaviour
DTVersionedMonoBehaviour
ModifierTRSMesh
Inherited Members

Fields

InVMesh

[HideInInspector]
[InputSlotInfo(typeof(CGVMesh), Array = true, ModifiesData = true)]
public CGModuleInputSlot InVMesh

Field Value

CGModuleInputSlot

OutVMesh

[HideInInspector]
[OutputSlotInfo(typeof(CGVMesh), Array = true)]
public CGModuleOutputSlot OutVMesh

Field Value

CGModuleOutputSlot

Methods

Refresh()

Add Module processing code in here

public override void Refresh()