C# Class ME3Explorer.Unreal.Classes.TextureGroup

Afficher le fichier Open project: ME3Explorer/ME3Explorer

Méthodes publiques

Méthode 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 méthode

public Add ( int idxName, int value ) : void
idxName int
value int
Résultat void

Add() public méthode

public Add ( string name, int value ) : void
name string
value int
Résultat void

ExistsTextureGroup() public méthode

public ExistsTextureGroup ( int idxName, int value ) : bool
idxName int
value int
Résultat bool

ExistsTextureGroup() public méthode

public ExistsTextureGroup ( string name, int value ) : bool
name string
value int
Résultat bool

TextureGroup() public méthode

public TextureGroup ( ME3Package pccObj, byte data ) : System
pccObj ME3Package
data byte
Résultat System

ToArray() public méthode

public ToArray ( ) : byte[]
Résultat byte[]