C# Class BoilerPlatform, CameraUnityProject

Inheritance: MonoBehaviour
Mostrar archivo Open project: ConnerWestover/CameraUnityProject

Public Properties

Property Type Description
directionX float
directionY float
speed float
start bool
targetX float
targetY 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

directionX public_oe property

public float directionX
return float

directionY public_oe property

public float directionY
return float

speed public_oe property

public float speed
return float

start public_oe property

public bool start
return bool

targetX public_oe property

public float targetX
return float

targetY public_oe property

public float targetY
return float