C# Class SwapSniperScript, 3D-DATA-ZombieBeaverSpil

Inheritance: MonoBehaviour, IPointerDownHandler
Exibir arquivo Open project: Sundanian/3D-DATA-ZombieBeaverSpil

Public Properties

Property Type Description
axeButton Image
canvas GameObject
player GameObject

Public Methods

Method Description
OnPointerDown ( PointerEventData ped ) : void
Start ( ) : void
Update ( ) : void

Method Details

OnPointerDown() public method

public OnPointerDown ( PointerEventData ped ) : void
ped UnityEngine.EventSystems.PointerEventData
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

axeButton public_oe property

public Image axeButton
return Image

canvas public_oe property

public GameObject canvas
return GameObject

player public_oe property

public GameObject player
return GameObject