C# Class Assets.Scripts.Scenes.Game.BossAttackBatchingCommandInterceptor

Inheritance: UnityEngine.MonoBehaviour, ICommandInterceptor
Afficher le fichier Open project: maximecharron/GLO-3002-Frima

Méthodes publiques

Свойство Type Description
BatchSendInterval float

Méthodes publiques

Méthode Description
InboundIntercept ( CommandDTO commandDTO ) : bool
OutboundIntercept ( CommandDTO commandDTO ) : bool
Start ( ) : void
Update ( ) : void

Method Details

InboundIntercept() public méthode

public InboundIntercept ( CommandDTO commandDTO ) : bool
commandDTO Assets.Scripts.Services.Communication.DTOs.CommandDTO
Résultat bool

OutboundIntercept() public méthode

public OutboundIntercept ( CommandDTO commandDTO ) : bool
commandDTO Assets.Scripts.Services.Communication.DTOs.CommandDTO
Résultat bool

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

BatchSendInterval public_oe property

public float BatchSendInterval
Résultat float