C# Class BoltMovement, gmap377_leathGloves_inc

Inheritance: MonoBehaviour
Datei anzeigen Open project: bi3mer/gmap377_leathGloves_inc

Public Properties

Property Type Description
Range float
TargetLayer LayerMask

Public Methods

Method Description
Start ( ) : void
Update ( ) : void
moveTowardsPlayer ( Transform player ) : void

Method Details

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

moveTowardsPlayer() public method

public moveTowardsPlayer ( Transform player ) : void
player Transform
return void

Property Details

Range public_oe property

public float Range
return float

TargetLayer public_oe property

public LayerMask TargetLayer
return LayerMask