BEHealthKit 1.11
A HealthKit plugin for Unity
Loading...
Searching...
No Matches
Public Attributes | Public Member Functions | List of all members
BeliefEngine.HealthKit.BiologicalSexCharacteristic Class Reference

Wrapper around HKBiologicalSexCharacteristic.

Public Attributes

BiologicalSex value
 the biological sex
 

Public Member Functions

 BiologicalSexCharacteristic (XmlNode node)
 The default constructor.
 
override string ToString ()
 string representation.
 

Constructor & Destructor Documentation

◆ BiologicalSexCharacteristic()

BeliefEngine.HealthKit.BiologicalSexCharacteristic.BiologicalSexCharacteristic ( XmlNode node)
inline
Parameters
nodethe XmlNode to create this object from.

Member Data Documentation

◆ value

BiologicalSex BeliefEngine.HealthKit.BiologicalSexCharacteristic.value

This can either be NotSet, Male, Female, or Other.