C# Class ME3Explorer.Matinee.Vector

ファイルを表示 Open project: ME3Explorer/ME3Explorer

Public Properties

Property Type Description
x float
y float
z float

Public Methods

Method Description
ToTree ( string name ) : TreeNode

Method Details

ToTree() public method

public ToTree ( string name ) : TreeNode
name string
return System.Windows.Forms.TreeNode

Property Details

x public_oe property

public float x
return float

y public_oe property

public float y
return float

z public_oe property

public float z
return float