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

A target for a transform activity that gets and sets the matrix of the specified PNode.
Inheritance: PTransformActivity.Target
Datei anzeigen Open project: ME3Explorer/ME3Explorer

Public Methods

Method Description
PNodeTransformTarget ( PNode target ) : System

Constructs a new PNodeTransformTarget.

Method Details

PNodeTransformTarget() public method

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