C# Class OffscreenTargets, DefendAman

Inheritance: MonoBehaviour
ファイルを表示 Open project: CarsonRoscoe/DefendAman

Public Properties

Property Type Description
OffScreenSprite Image
canvas Canvas

Public Methods

Method Description
LateUpdate ( ) : void
PlaceIndicators ( ) : void
PlaceOffscreen ( Vector3 screenpos, Image indicator ) : void
Start ( ) : void

Method Details

LateUpdate() public method

public LateUpdate ( ) : void
return void

PlaceIndicators() public method

public PlaceIndicators ( ) : void
return void

PlaceOffscreen() public method

public PlaceOffscreen ( Vector3 screenpos, Image indicator ) : void
screenpos Vector3
indicator Image
return void

Start() public method

public Start ( ) : void
return void

Property Details

OffScreenSprite public_oe property

public Image OffScreenSprite
return Image

canvas public_oe property

public Canvas canvas
return Canvas