C# Class MoveDrum, Adagio

Inheritance: MonoBehaviour
Show 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 property

public Transform point1
return Transform

speed public property

public float speed
return float