C# Class ShootButton, 3D-DATA-ZombieBeaverSpil

Inheritance: MonoBehaviour, IPointerDownHandler, IPointerUpHandler
显示文件 Open project: Sundanian/3D-DATA-ZombieBeaverSpil Class Usage Examples

Public Properties

Property Type Description
touch PlayerTouchInput,

Public Methods

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

Method Details

OnPointerDown() public method

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

OnPointerUp() public method

public OnPointerUp ( 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

touch public_oe property

public PlayerTouchInput, touch
return PlayerTouchInput,