C# 클래스 Beyond_Beyaan.NameGenerator

파일 보기 프로젝트 열기: Beyonders/Beyond-Beyaan 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Generator List

공개 메소드들

메소드 설명
EC ( ) : string
GetName ( ) : string
GetStarName ( Random r ) : string
NEC ( ) : string
ResetStarNames ( ) : void
S ( ) : string
V ( ) : string

비공개 메소드들

메소드 설명
NameGenerator ( ) : System
Seq ( ) : StringGetter[]

메소드 상세

EC() 공개 정적인 메소드

public static EC ( ) : string
리턴 string

GetName() 공개 정적인 메소드

public static GetName ( ) : string
리턴 string

GetStarName() 공개 정적인 메소드

public static GetStarName ( Random r ) : string
r System.Random
리턴 string

NEC() 공개 정적인 메소드

public static NEC ( ) : string
리턴 string

ResetStarNames() 공개 정적인 메소드

public static ResetStarNames ( ) : void
리턴 void

S() 공개 정적인 메소드

public static S ( ) : string
리턴 string

V() 공개 정적인 메소드

public static V ( ) : string
리턴 string

프로퍼티 상세

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

public static List Generator
리턴 List