Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
UMD
HCIL
Piccolo
PNode.PNodeTransformTarget
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
显示文件
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