C# Class Grapple, Lurk2015Testing

Inheritance: MonoBehaviour
ファイルを表示 Open project: gmuGADIG/Lurk2015Testing Class Usage Examples

Public Properties

Property Type Description
coolDown float
flips bool
projectile GameObject
sightStart Transform
xMinimum 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

coolDown public_oe property

public float coolDown
return float

flips public_oe property

public bool flips
return bool

projectile public_oe property

public GameObject projectile
return GameObject

sightStart public_oe property

public Transform sightStart
return Transform

xMinimum public_oe property

public float xMinimum
return float