C# Class IslandDoor, PGP2

Inheritance: MonoBehaviour
Show file Open project: theiis/PGP2

Public Properties

Property Type Description
count int
endPos Transform
switch1 GameObject
switch2 GameObject
switch3 GameObject

Public Methods

Method Description
Update ( ) : void

Method Details

Update() public method

public Update ( ) : void
return void

Property Details

count public property

public int count
return int

endPos public property

public Transform endPos
return Transform

switch1 public property

public GameObject switch1
return GameObject

switch2 public property

public GameObject switch2
return GameObject

switch3 public property

public GameObject switch3
return GameObject