C# 클래스 ps2ls.Assets.Adr.TextureAlias

파일 보기 프로젝트 열기: psemu/ps2ls 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Aliases List

공개 메소드들

메소드 설명
Find ( uint hash, byte materialID ) : TextureAliasEntry

보호된 메소드들

메소드 설명
Add ( uint hash, string name, byte materialID ) : void

비공개 메소드들

메소드 설명
FindOrAddAlias ( string name ) : TextureAlias
GetAlias ( string name ) : TextureAlias

메소드 상세

Add() 보호된 메소드

protected Add ( uint hash, string name, byte materialID ) : void
hash uint
name string
materialID byte
리턴 void

Find() 공개 메소드

public Find ( uint hash, byte materialID ) : TextureAliasEntry
hash uint
materialID byte
리턴 TextureAliasEntry

프로퍼티 상세

Aliases 공개적으로 정적으로 프로퍼티

public static List Aliases
리턴 List