C# Class PodSkin, RodPacers

Inheritance: MonoBehaviour
Mostra file Open project: GameDesignGroup6/RodPacers Class Usage Examples

Public Properties

Property Type Description
ChangeOnStart bool
basePod Transform
initialSkinIndex int
playerNumber int

Public Methods

Method Description
ChangeSkin ( int index ) : void
ChangeSkin ( string skin ) : void
Deskin ( ) : void
Start ( ) : void
Update ( ) : void

Method Details

ChangeSkin() public method

public ChangeSkin ( int index ) : void
index int
return void

ChangeSkin() public method

public ChangeSkin ( string skin ) : void
skin string
return void

Deskin() public method

public Deskin ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

ChangeOnStart public_oe property

public bool ChangeOnStart
return bool

basePod public_oe property

public Transform basePod
return Transform

initialSkinIndex public_oe property

public int initialSkinIndex
return int

playerNumber public_oe property

public int playerNumber
return int