C# Класс PlayerEmotions

Наследование: Affdex.ImageResultsListener
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
currentAnger float
currentDisgust float
currentEyeClosure float
currentSmile float
currentSurprise float
currentValence float
fog ParticleSystem

Открытые методы

Метод Описание
onFaceFound ( float timestamp, int faceId ) : void
onFaceLost ( float timestamp, int faceId ) : void
onImageResults ( Face>.Dictionary faces ) : void

Описание методов

onFaceFound() публичный Метод

public onFaceFound ( float timestamp, int faceId ) : void
timestamp float
faceId int
Результат void

onFaceLost() публичный Метод

public onFaceLost ( float timestamp, int faceId ) : void
timestamp float
faceId int
Результат void

onImageResults() публичный Метод

public onImageResults ( Face>.Dictionary faces ) : void
faces Face>.Dictionary
Результат void

Описание свойств

currentAnger публичное свойство

public float currentAnger
Результат float

currentDisgust публичное свойство

public float currentDisgust
Результат float

currentEyeClosure публичное свойство

public float currentEyeClosure
Результат float

currentSmile публичное свойство

public float currentSmile
Результат float

currentSurprise публичное свойство

public float currentSurprise
Результат float

currentValence публичное свойство

public float currentValence
Результат float

fog публичное свойство

public ParticleSystem fog
Результат ParticleSystem