C# 클래스 NameGenerator, gmap377_leathGloves_inc

상속: MonoBehaviour
파일 보기 프로젝트 열기: bi3mer/gmap377_leathGloves_inc 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
firstPartFirstNames string[]
firstPartLastNames string[]
secondPartFirstNames string[]

공개 메소드들

메소드 설명
GenerateNewName ( string name ) : string

Generates the new name from ID.

IsIDCard ( string str ) : bool

Determines if is string given is from an ID

메소드 상세

GenerateNewName() 공개 정적인 메소드

Generates the new name from ID.
public static GenerateNewName ( string name ) : string
name string
리턴 string

IsIDCard() 공개 정적인 메소드

Determines if is string given is from an ID
public static IsIDCard ( string str ) : bool
str string String.
리턴 bool

프로퍼티 상세

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

public static string[] firstPartFirstNames
리턴 string[]

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

public static string[] firstPartLastNames
리턴 string[]

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

public static string[] secondPartFirstNames
리턴 string[]