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

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

공개 프로퍼티들

프로퍼티 타입 설명
Textures List
index int
memory byte[]
memsize int
pcc ME3Package
props List

공개 메소드들

메소드 설명
MaterialInstanceConstant ( ME3Package Pcc, int Idx ) : System
ReadProperties ( ) : void
ReadTextureParams ( byte raw ) : void
ToTree ( ) : TreeNode

메소드 상세

MaterialInstanceConstant() 공개 메소드

public MaterialInstanceConstant ( ME3Package Pcc, int Idx ) : System
Pcc ME3Package
Idx int
리턴 System

ReadProperties() 공개 메소드

public ReadProperties ( ) : void
리턴 void

ReadTextureParams() 공개 메소드

public ReadTextureParams ( byte raw ) : void
raw byte
리턴 void

ToTree() 공개 메소드

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

프로퍼티 상세

Textures 공개적으로 프로퍼티

public List Textures
리턴 List

index 공개적으로 프로퍼티

public int index
리턴 int

memory 공개적으로 프로퍼티

public byte[] memory
리턴 byte[]

memsize 공개적으로 프로퍼티

public int memsize
리턴 int

pcc 공개적으로 프로퍼티

public ME3Package pcc
리턴 ME3Package

props 공개적으로 프로퍼티

public List props
리턴 List