attackSupport property
Attack support type.
throws FaceException An error has occurred during Face Library execution.
Implementation
int get attackSupport => _handle.ref.AttackSupport;
Implementation
set attackSupport(int value) => _handle.ref.AttackSupport = value;