Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
GameMachine
NpcName
C# Class GameMachine.NpcName
Inheritance:
UnityEngine.MonoBehaviour
Show file
Open project: gamemachine/gamemachine
Class Usage Examples
Public Properties
Property
Type
Description
rnd
System.Random
Public Methods
Method
Description
GetName
( ) :
string
GetNames
(
int
count
) :
Queue
Private Methods
Method
Description
Pick
(
List
names
) :
string
Method Details
GetName()
public
static
method
public
static
GetName
( ) :
string
return
string
GetNames()
public
static
method
public
static
GetNames
(
int
count
) :
Queue
count
int
return
Queue
Property Details
rnd
public static property
public
static
System.Random
rnd
return
System.Random