C# Class ME3LibWV.UnrealClasses.ModelComponent

Inheritance: _DXRenderableObject
Afficher le fichier Open project: ME3Explorer/ME3Explorer

Méthodes publiques

Méthode 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 méthode

public ModelComponent ( PCCPackage Pcc, int index ) : System
Pcc PCCPackage
index int
Résultat System

Process3DClick() public méthode

public Process3DClick ( System.Vector3 org, System.Vector3 dir, float max ) : float
org System.Vector3
dir System.Vector3
max float
Résultat float

Render() public méthode

public Render ( Device device ) : void
device Device
Résultat void

SetSelection() public méthode

public SetSelection ( bool s ) : void
s bool
Résultat void

ToTree() public méthode

public ToTree ( ) : TreeNode
Résultat System.Windows.Forms.TreeNode