C# Class ME3Explorer.Unreal.Classes.WwiseAmbientSound

Show file Open project: ME3Explorer/ME3Explorer

Public Properties

Property Type Description
MyIndex int
MyMatrix System.Matrix
Props List
Tag int
UniqueTag int
bAutoPlay bool
data byte[]
isEdited bool
isSelected bool
location System.Vector3
pcc ME3Package
points CustomVertex.PositionColored[]
points_sel CustomVertex.PositionColored[]

Public Methods

Method Description
ApplyTransform ( System.Matrix m ) : void
CreateModJobs ( ) : void
GenerateMesh ( ) : void
ProcessTreeClick ( int path, bool AutoFocus ) : void
Render ( Device device ) : void
SaveChanges ( ) : void
SetSelection ( bool Selected ) : void
ToTree ( ) : TreeNode
Vector3ToBuff ( System.Vector3 v ) : byte[]
WwiseAmbientSound ( ME3Package Pcc, int Index ) : System

Method Details

ApplyTransform() public method

public ApplyTransform ( System.Matrix m ) : void
m System.Matrix
return void

CreateModJobs() public method

public CreateModJobs ( ) : void
return void

GenerateMesh() public method

public GenerateMesh ( ) : void
return void

ProcessTreeClick() public method

public ProcessTreeClick ( int path, bool AutoFocus ) : void
path int
AutoFocus bool
return void

Render() public method

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

SaveChanges() public method

public SaveChanges ( ) : void
return void

SetSelection() public method

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

ToTree() public method

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

Vector3ToBuff() public method

public Vector3ToBuff ( System.Vector3 v ) : byte[]
v System.Vector3
return byte[]

WwiseAmbientSound() public method

public WwiseAmbientSound ( ME3Package Pcc, int Index ) : System
Pcc ME3Package
Index int
return System

Property Details

MyIndex public property

public int MyIndex
return int

MyMatrix public property

public Matrix,System MyMatrix
return System.Matrix

Props public property

public List Props
return List

Tag public property

public int Tag
return int

UniqueTag public property

public int UniqueTag
return int

bAutoPlay public property

public bool bAutoPlay
return bool

data public property

public byte[] data
return byte[]

isEdited public property

public bool isEdited
return bool

isSelected public property

public bool isSelected
return bool

location public property

public Vector3,System location
return System.Vector3

pcc public property

public ME3Package pcc
return ME3Package

points public property

public CustomVertex.PositionColored[] points
return CustomVertex.PositionColored[]

points_sel public property

public CustomVertex.PositionColored[] points_sel
return CustomVertex.PositionColored[]