C# Class BlockWayMechanic, PGP2

Inheritance: MonoBehaviour
Exibir arquivo Open project: theiis/PGP2

Public Properties

Property Type Description
actionSpeed float
activatedB bool
distTillStop float
moveToPos Transform
objectToMove Transform

Public Methods

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

Method Details

FixedUpdate() public method

public FixedUpdate ( ) : void
return void

OnTriggerEnter() public method

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

Start() public method

public Start ( ) : void
return void

Property Details

actionSpeed public_oe property

public float actionSpeed
return float

activatedB public_oe property

public bool activatedB
return bool

distTillStop public_oe property

public float distTillStop
return float

moveToPos public_oe property

public Transform moveToPos
return Transform

objectToMove public_oe property

public Transform objectToMove
return Transform