C# Class PokeMovement, Final_Project_Main

Inheritance: MonoBehaviour
Exibir arquivo 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_oe property

public float d
return float

duck public_oe property

public GameObject duck
return GameObject

l public_oe property

public float l
return float

leaf public_oe property

public GameObject leaf
return GameObject

r public_oe property

public float r
return float

rock public_oe property

public GameObject rock
return GameObject

s public_oe property

public float s
return float

squirt public_oe property

public GameObject squirt
return GameObject

timer public_oe property

public float timer
return float