C# 클래스 ME3Explorer.Unreal.Classes.WwiseEnvironmentVolume

파일 보기 프로젝트 열기: ME3Explorer/ME3Explorer

공개 프로퍼티들

프로퍼티 타입 설명
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

공개 메소드들

메소드 설명
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

메소드 상세

ApplyTransform() 공개 메소드

public ApplyTransform ( System.Matrix m ) : void
m System.Matrix
리턴 void

CreateModJobs() 공개 메소드

public CreateModJobs ( ) : void
리턴 void

ProcessTreeClick() 공개 메소드

public ProcessTreeClick ( int path, bool AutoFocus ) : void
path int
AutoFocus bool
리턴 void

Render() 공개 메소드

public Render ( Device device ) : void
device Device
리턴 void

SaveChanges() 공개 메소드

public SaveChanges ( ) : void
리턴 void

SetSelection() 공개 메소드

public SetSelection ( bool Selected ) : void
Selected bool
리턴 void

ToTree() 공개 메소드

public ToTree ( ) : TreeNode
리턴 System.Windows.Forms.TreeNode

Vector3ToBuff() 공개 메소드

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

WwiseEnvironmentVolume() 공개 메소드

public WwiseEnvironmentVolume ( ME3Package Pcc, int Index ) : System
Pcc ME3Package
Index int
리턴 System

프로퍼티 상세

Brush 공개적으로 프로퍼티

public int Brush
리턴 int

BrushComponent 공개적으로 프로퍼티

public int BrushComponent
리턴 int

CollisionComponent 공개적으로 프로퍼티

public int CollisionComponent
리턴 int

Group 공개적으로 프로퍼티

public int Group
리턴 int

MyIndex 공개적으로 프로퍼티

public int MyIndex
리턴 int

MyMatrix 공개적으로 프로퍼티

public Matrix,System MyMatrix
리턴 System.Matrix

Priority 공개적으로 프로퍼티

public float Priority
리턴 float

Props 공개적으로 프로퍼티

public List Props
리턴 List

Settings 공개적으로 프로퍼티

public int Settings
리턴 int

Tag 공개적으로 프로퍼티

public int Tag
리턴 int

UniqueTag 공개적으로 프로퍼티

public int UniqueTag
리턴 int

bHiddenEdGroup 공개적으로 프로퍼티

public bool bHiddenEdGroup
리턴 bool

brush 공개적으로 프로퍼티

public BrushComponent,ME3Explorer.Unreal.Classes brush
리턴 BrushComponent

data 공개적으로 프로퍼티

public byte[] data
리턴 byte[]

isEdited 공개적으로 프로퍼티

public bool isEdited
리턴 bool

location 공개적으로 프로퍼티

public Vector3,System location
리턴 System.Vector3

pcc 공개적으로 프로퍼티

public ME3Package pcc
리턴 ME3Package