attackSupport property

int attackSupport

Attack support type.

throws FaceException An error has occurred during Face Library execution.

Implementation

int get attackSupport => _handle.ref.AttackSupport;
void attackSupport=(int value)

Implementation

set attackSupport(int value) => _handle.ref.AttackSupport = value;