C# Class ME3LibWV.UnrealClasses.StaticMeshComponent

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

Public Properties

Property Type Description
MyMatrix System.Matrix
ParentMatrix System.Matrix
Rotation System.Vector3
STM StaticMesh
Scale float
Scale3D System.Vector3
Translation System.Vector3
idxSTM int

Public Methods

Method Description
Process3DClick ( System.Vector3 org, System.Vector3 dir, float max ) : float
Render ( Device device ) : void
SetSelection ( bool s ) : void
StaticMeshComponent ( PCCPackage Pcc, int index, System.Matrix transform ) : 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

Render() public method

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

SetSelection() public method

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

StaticMeshComponent() public method

public StaticMeshComponent ( PCCPackage Pcc, int index, System.Matrix transform ) : System
Pcc PCCPackage
index int
transform System.Matrix
return System

ToTree() public method

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

Property Details

MyMatrix public_oe property

public Matrix,System MyMatrix
return System.Matrix

ParentMatrix public_oe property

public Matrix,System ParentMatrix
return System.Matrix

Rotation public_oe property

public Vector3,System Rotation
return System.Vector3

STM public_oe property

public StaticMesh,ME3LibWV.UnrealClasses STM
return StaticMesh

Scale public_oe property

public float Scale
return float

Scale3D public_oe property

public Vector3,System Scale3D
return System.Vector3

Translation public_oe property

public Vector3,System Translation
return System.Vector3

idxSTM public_oe property

public int idxSTM
return int