Example #1
0
 public bool SensorPushImpulse(uint index, float value)
 {
     return(IsValid && NAPI.BrainSensorPushImpulse(m_pointer, index, value));
 }