C# Class ME3LibWV.UnrealClasses.StaticMeshCollectionActor

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

Public Properties

Property Type Description
Entries List
Matrices List
STMC List

Public Methods

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

Method Details

Process3DClick() public method

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

ReadMatrices() public method

public ReadMatrices ( ) : void
return void

ReadObjects() public method

public ReadObjects ( ) : void
return void

Render() public method

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

SetSelection() public method

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

StaticMeshCollectionActor() public method

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

ToTree() public method

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

Property Details

Entries public_oe property

public List Entries
return List

Matrices public_oe property

public List Matrices
return List

STMC public_oe property

public List STMC
return List