C# Class ME3Explorer.Unreal.Classes.WwiseEnvironmentVolume

Afficher le fichier Open project: ME3Explorer/ME3Explorer

Méthodes publiques

Свойство Type Description
Brush int
BrushComponent int
CollisionComponent int
Group int
MyIndex int
MyMatrix System.Matrix
Priority float
Props List
Settings int
Tag int
UniqueTag int
bHiddenEdGroup bool
brush BrushComponent
data byte[]
isEdited bool
location System.Vector3
pcc ME3Package

Méthodes publiques

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

Method Details

ApplyTransform() public méthode

public ApplyTransform ( System.Matrix m ) : void
m System.Matrix
Résultat void

CreateModJobs() public méthode

public CreateModJobs ( ) : void
Résultat void

ProcessTreeClick() public méthode

public ProcessTreeClick ( int path, bool AutoFocus ) : void
path int
AutoFocus bool
Résultat void

Render() public méthode

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

SaveChanges() public méthode

public SaveChanges ( ) : void
Résultat void

SetSelection() public méthode

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

ToTree() public méthode

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

Vector3ToBuff() public méthode

public Vector3ToBuff ( System.Vector3 v ) : byte[]
v System.Vector3
Résultat byte[]

WwiseEnvironmentVolume() public méthode

public WwiseEnvironmentVolume ( ME3Package Pcc, int Index ) : System
Pcc ME3Package
Index int
Résultat System

Property Details

Brush public_oe property

public int Brush
Résultat int

BrushComponent public_oe property

public int BrushComponent
Résultat int

CollisionComponent public_oe property

public int CollisionComponent
Résultat int

Group public_oe property

public int Group
Résultat int

MyIndex public_oe property

public int MyIndex
Résultat int

MyMatrix public_oe property

public Matrix,System MyMatrix
Résultat System.Matrix

Priority public_oe property

public float Priority
Résultat float

Props public_oe property

public List Props
Résultat List

Settings public_oe property

public int Settings
Résultat int

Tag public_oe property

public int Tag
Résultat int

UniqueTag public_oe property

public int UniqueTag
Résultat int

bHiddenEdGroup public_oe property

public bool bHiddenEdGroup
Résultat bool

brush public_oe property

public BrushComponent,ME3Explorer.Unreal.Classes brush
Résultat BrushComponent

data public_oe property

public byte[] data
Résultat byte[]

isEdited public_oe property

public bool isEdited
Résultat bool

location public_oe property

public Vector3,System location
Résultat System.Vector3

pcc public_oe property

public ME3Package pcc
Résultat ME3Package