C# Class SceneController, GrapplingHookFighters

Inheritance: MonoBehaviour
Afficher le fichier Open project: PurdueSIGGD/GrapplingHookFighters Class Usage Examples

Méthodes publiques

Свойство Type Description
gameMode int
levelPlan int[]
loadInstantly bool
map GameObject
playerCount int
spriteSet SpriteSet
timeBeforeRoundEnd float
timeBeforeRoundStart float
timeForPointsAwarded float

Méthodes publiques

Méthode Description
AddDeath ( ) : void
Awake ( ) : void
CleanScene ( ) : void
DisconnectPlayers ( int i ) : void
End ( ) : void
KillPlayer ( int i ) : void
LoadNow ( int playerCount, Sprite p1Sprite, Sprite p2Sprite, Sprite p3Sprite, Sprite p4Sprite, Color p1C, Color p2C, Color p3C, Color p4C ) : void
RespawnPeeps ( ) : void
RespawnPlayer ( int i ) : void
RestartNewGame ( ) : void
SetTransparency ( float a ) : void
Start ( ) : void
Update ( ) : void

Private Methods

Méthode Description
IsRoundOver ( ) : bool
LoadLevelIntitial ( int playerCount, Sprite p1Sprite, Sprite p2Sprite, Sprite p3Sprite, Sprite p4Sprite, Color p1C, Color p2C, Color p3C, Color p4C ) : IEnumerator
PrintRoundEnd ( ) : string
StartNewScene ( ) : IEnumerator

Method Details

AddDeath() public méthode

public AddDeath ( ) : void
Résultat void

Awake() public méthode

public Awake ( ) : void
Résultat void

CleanScene() public méthode

public CleanScene ( ) : void
Résultat void

DisconnectPlayers() public méthode

public DisconnectPlayers ( int i ) : void
i int
Résultat void

End() public méthode

public End ( ) : void
Résultat void

KillPlayer() public méthode

public KillPlayer ( int i ) : void
i int
Résultat void

LoadNow() public méthode

public LoadNow ( int playerCount, Sprite p1Sprite, Sprite p2Sprite, Sprite p3Sprite, Sprite p4Sprite, Color p1C, Color p2C, Color p3C, Color p4C ) : void
playerCount int
p1Sprite Sprite
p2Sprite Sprite
p3Sprite Sprite
p4Sprite Sprite
p1C Color
p2C Color
p3C Color
p4C Color
Résultat void

RespawnPeeps() public méthode

public RespawnPeeps ( ) : void
Résultat void

RespawnPlayer() public méthode

public RespawnPlayer ( int i ) : void
i int
Résultat void

RestartNewGame() public méthode

public RestartNewGame ( ) : void
Résultat void

SetTransparency() public méthode

public SetTransparency ( float a ) : void
a float
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

gameMode public_oe property

public int gameMode
Résultat int

levelPlan public_oe property

public int[] levelPlan
Résultat int[]

loadInstantly public_oe property

public bool loadInstantly
Résultat bool

map public_oe property

public GameObject map
Résultat GameObject

playerCount public_oe property

public int playerCount
Résultat int

spriteSet public_oe property

public SpriteSet spriteSet
Résultat SpriteSet

timeBeforeRoundEnd public_oe property

public float timeBeforeRoundEnd
Résultat float

timeBeforeRoundStart public_oe property

public float timeBeforeRoundStart
Résultat float

timeForPointsAwarded public_oe property

public float timeForPointsAwarded
Résultat float