C# Class ME3Explorer.Unreal.Classes.TextureGroup

Exibir arquivo Open project: ME3Explorer/ME3Explorer

Public Methods

Method Description
Add ( int idxName, int value ) : void
Add ( string name, int value ) : void
ExistsTextureGroup ( int idxName, int value ) : bool
ExistsTextureGroup ( string name, int value ) : bool
TextureGroup ( ME3Package pccObj, byte data ) : System
ToArray ( ) : byte[]

Method Details

Add() public method

public Add ( int idxName, int value ) : void
idxName int
value int
return void

Add() public method

public Add ( string name, int value ) : void
name string
value int
return void

ExistsTextureGroup() public method

public ExistsTextureGroup ( int idxName, int value ) : bool
idxName int
value int
return bool

ExistsTextureGroup() public method

public ExistsTextureGroup ( string name, int value ) : bool
name string
value int
return bool

TextureGroup() public method

public TextureGroup ( ME3Package pccObj, byte data ) : System
pccObj ME3Package
data byte
return System

ToArray() public method

public ToArray ( ) : byte[]
return byte[]