Table of Contents

Class DebugRasterizedPath

Shows the tangents and orientation of a path

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

Fields

InPath

[HideInInspector]
[InputSlotInfo(typeof(CGPath), DisplayName = "Rasterized Path")]
public CGModuleInputSlot InPath

Field Value

CGModuleInputSlot

ShowNormals

Display the normal at each one of the path's points

[Tooltip("Display the normal at each one of the path's points")]
public bool ShowNormals

Field Value

bool

ShowOrientation

Display the orientation at each one of the path's points

[Tooltip("Display the orientation at each one of the path's points")]
public bool ShowOrientation

Field Value

bool