C# Class SimpleObjectMover, Castle-Bashers

Inheritance: MonoBehaviour
ファイルを表示 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_oe property

public bool down
return bool

left public_oe property

public bool left
return bool

right public_oe property

public bool right
return bool

speed public_oe property

public float speed
return float

time public_oe property

public float time
return float

transformRight public_oe property

public bool transformRight
return bool

up public_oe property

public bool up
return bool