C# Class ME3LibWV.UnrealClasses.ModelComponent

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

Public Methods

Method Description
ModelComponent ( PCCPackage Pcc, int index ) : System
Process3DClick ( System.Vector3 org, System.Vector3 dir, float max ) : float
Render ( Device device ) : void
SetSelection ( bool s ) : void
ToTree ( ) : TreeNode

Method Details

ModelComponent() public method

public ModelComponent ( PCCPackage Pcc, int index ) : System
Pcc PCCPackage
index int
return System

Process3DClick() public method

public Process3DClick ( System.Vector3 org, System.Vector3 dir, float max ) : float
org System.Vector3
dir System.Vector3
max float
return float

Render() public method

public Render ( Device device ) : void
device Device
return void

SetSelection() public method

public SetSelection ( bool s ) : void
s bool
return void

ToTree() public method

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