C# Class ME3Explorer.Matinee.Rotator

Show file Open project: ME3Explorer/ME3Explorer

Public Properties

Property Type Description
pitch int
roll int
yaw int

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

pitch public property

public int pitch
return int

roll public property

public int roll
return int

yaw public property

public int yaw
return int