C# Class MovingPlatform2, clockwork

Inheritance: MonoBehaviour
显示文件 Open project: shadowseer99/clockwork

Public Properties

Property Type Description
endPos Vector3
speed float

Public Methods

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

Method Details

FixedUpdate() public method

public FixedUpdate ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Property Details

endPos public_oe property

public Vector3 endPos
return Vector3

speed public_oe property

public float speed
return float