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
Sol
RoverComponent
C# Class Sol.RoverComponent
Show file
Open project: Stumpstump/RoverGame
Class Usage Examples
Public Properties
Property
Type
Description
currentComponentType
ComponentType
equippedItem
EquipableItem
health
float
maxHealth
float
Private Methods
Method
Description
Awake
( ) :
void
Property Details
currentComponentType
public property
public
ComponentType
currentComponentType
return
ComponentType
equippedItem
public property
public
EquipableItem,Sol
equippedItem
return
EquipableItem
health
public property
public
float
health
return
float
maxHealth
public property
public
float
maxHealth
return
float