C# Class NameGenerator, gmap377_leathGloves_inc

Inheritance: MonoBehaviour
Exibir arquivo Open project: bi3mer/gmap377_leathGloves_inc Class Usage Examples

Public Properties

Property Type Description
firstPartFirstNames string[]
firstPartLastNames string[]
secondPartFirstNames string[]

Public Methods

Method Description
GenerateNewName ( string name ) : string

Generates the new name from ID.

IsIDCard ( string str ) : bool

Determines if is string given is from an ID

Method Details

GenerateNewName() public static method

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

IsIDCard() public static method

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

Property Details

firstPartFirstNames public_oe static_oe property

public static string[] firstPartFirstNames
return string[]

firstPartLastNames public_oe static_oe property

public static string[] firstPartLastNames
return string[]

secondPartFirstNames public_oe static_oe property

public static string[] secondPartFirstNames
return string[]