C# Class PokeMovement, Final_Project_Main

Inheritance: MonoBehaviour
Show file Open project: framadan/Final_Project_Main

Public Properties

Property Type Description
d float
duck GameObject
l float
leaf GameObject
r float
rock GameObject
s float
squirt GameObject
timer float

Public Methods

Method Description
Start ( ) : void
Update ( ) : void

Method Details

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

d public property

public float d
return float

duck public property

public GameObject duck
return GameObject

l public property

public float l
return float

leaf public property

public GameObject leaf
return GameObject

r public property

public float r
return float

rock public property

public GameObject rock
return GameObject

s public property

public float s
return float

squirt public property

public GameObject squirt
return GameObject

timer public property

public float timer
return float