C# Class ArrowScript, Unity-ITGHD

Inheritance: MonoBehaviour
Mostrar archivo Open project: BenouKat/Unity-ITGHD Class Usage Examples

Public Properties

Property Type Description
Engine GameObject
alreadyScored bool
missed bool
state ArrowPosition
valid bool

Public Methods

Method Description
LateUpdate ( ) : void
Start ( ) : void
setArrowAssociated ( Arrow ar ) : void

Method Details

LateUpdate() public method

public LateUpdate ( ) : void
return void

Start() public method

public Start ( ) : void
return void

setArrowAssociated() public method

public setArrowAssociated ( Arrow ar ) : void
ar Arrow
return void

Property Details

Engine public_oe property

public GameObject Engine
return GameObject

alreadyScored public_oe property

public bool alreadyScored
return bool

missed public_oe property

public bool missed
return bool

state public_oe property

public ArrowPosition state
return ArrowPosition

valid public_oe property

public bool valid
return bool