Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
LoadoutManager
C# Class LoadoutManager, Holdout
Inheritance:
MonoBehaviour
Exibir arquivo
Open project: MaddJhin/Holdout
Class Usage Examples
Public Properties
Property
Type
Description
squad
GameObject[]
Public Methods
Method
Description
AddSquadmate
(
string
memberType
,
int
slot
) :
void
Awake
( ) :
void
Method Details
AddSquadmate()
public
method
public
AddSquadmate
(
string
memberType
,
int
slot
) :
void
memberType
string
slot
int
return
void
Awake()
public
method
public
Awake
( ) :
void
return
void
Property Details
squad
public_oe property
public
GameObject[]
squad
return
GameObject[]