C# Class ps2ls.Assets.Adr.TextureAlias

Afficher le fichier Open project: psemu/ps2ls Class Usage Examples

Méthodes publiques

Свойство Type Description
Aliases List

Méthodes publiques

Méthode Description
Find ( uint hash, byte materialID ) : TextureAliasEntry

Méthodes protégées

Méthode Description
Add ( uint hash, string name, byte materialID ) : void

Private Methods

Méthode Description
FindOrAddAlias ( string name ) : TextureAlias
GetAlias ( string name ) : TextureAlias

Method Details

Add() protected méthode

protected Add ( uint hash, string name, byte materialID ) : void
hash uint
name string
materialID byte
Résultat void

Find() public méthode

public Find ( uint hash, byte materialID ) : TextureAliasEntry
hash uint
materialID byte
Résultat TextureAliasEntry

Property Details

Aliases public_oe static_oe property

public static List Aliases
Résultat List