C# Class Points, Unlimited-Bullet-Festival

Inheritance: MonoBehaviour
Exibir arquivo Open project: kvfrans/Unlimited-Bullet-Festival Class Usage Examples

Public Properties

Property Type Description
player Transform
speed float
target string

Public Methods

Method Description
FixedUpdate ( ) : void
Start ( ) : void
Update ( ) : void

Method Details

FixedUpdate() public method

public FixedUpdate ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

player public_oe property

public Transform player
return Transform

speed public_oe property

public float speed
return float

target public_oe property

public string target
return string