C# Class MoveDrum, Adagio

Inheritance: MonoBehaviour
Mostra file Open project: technicalvgda/Adagio

Public Properties

Property Type Description
point1 Transform
speed 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

point1 public_oe property

public Transform point1
return Transform

speed public_oe property

public float speed
return float