C# Class MoveToClosest, 3DGameCoursera

Inheritance: MonoBehaviour
Mostrar archivo Open project: pfiguero/3DGameCoursera

Public Properties

Property Type Description
tiempoRotar float
tiempoSubir float

Public Methods

Method Description
FixedUpdate ( ) : void
OnTriggerEnter ( Collider other ) : void
ResetRigidbody ( ) : void
Start ( ) : void
Update ( ) : void

Method Details

FixedUpdate() public method

public FixedUpdate ( ) : void
return void

OnTriggerEnter() public method

public OnTriggerEnter ( Collider other ) : void
other Collider
return void

ResetRigidbody() public method

public ResetRigidbody ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

tiempoRotar public_oe property

public float tiempoRotar
return float

tiempoSubir public_oe property

public float tiempoSubir
return float