C# Class ME3LibWV.UnrealClasses.Level

显示文件 Open project: ME3Explorer/ME3Explorer

Public Properties

Property Type Description
MyIndex int
Objects List
Props List
RenderObjects List<_DXRenderableObject>
pcc PCCPackage

Public Methods

Method Description
DeSelectAll ( ) : void
Level ( PCCPackage Pcc, int index ) : System
Process3DClick ( System.Vector3 org, System.Vector3 dir ) : void
Render ( Device device ) : void
ToTree ( ) : TreeNode

Method Details

DeSelectAll() public method

public DeSelectAll ( ) : void
return void

Level() public method

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

Process3DClick() public method

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

Render() public method

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

ToTree() public method

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

Property Details

MyIndex public_oe property

public int MyIndex
return int

Objects public_oe property

public List Objects
return List

Props public_oe property

public List Props
return List

RenderObjects public_oe property

public List<_DXRenderableObject> RenderObjects
return List<_DXRenderableObject>

pcc public_oe property

public PCCPackage pcc
return PCCPackage