C# Class SimpleObjectMover, Castle-Bashers

Inheritance: MonoBehaviour
Show file Open project: DevelopersGuild/Castle-Bashers

Public Properties

Property Type Description
down bool
left bool
right bool
speed float
time float
transformRight bool
up bool

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

down public property

public bool down
return bool

left public property

public bool left
return bool

right public property

public bool right
return bool

speed public property

public float speed
return float

time public property

public float time
return float

transformRight public property

public bool transformRight
return bool

up public property

public bool up
return bool