C# Class UMD.HCIL.Piccolo.PNode.PNodeColorTarget

A target for a color activity that gets and sets the color of the specified PNode.
Inheritance: PColorActivity.Target
Mostrar archivo Open project: ME3Explorer/ME3Explorer

Public Methods

Method Description
PNodeColorTarget ( PNode target ) : System

Constructs a new PNodeColorTarget

Method Details

PNodeColorTarget() public method

Constructs a new PNodeColorTarget
public PNodeColorTarget ( PNode target ) : System
target PNode The target node.
return System