Unity Android SDK
UDE SDK 1.0.0
1.0.0
SDK 总览
SDK 功能简介
UDE SDK 快速入门概览
前置条件
SDK 功能方法接口详解
使用步骤
BLE SDK(蓝牙)
2.4G SDK(2.4G接收器)
API 参考
UDE_SDK
void UDE_BleInit()
void UDE_24GInit()
bool UDE_BleStartSearching()
bool UDE_BleStopSearching()
bool UDE_24GSeraching()
List<string> UDE_GetBleDeviceList()
List<UDE_Serial> UDE_Get24GDevice()
bool UDE_ConnectCertainDevice(string DeviceName, Action<string, bool> action = null)
bool UDE_24GConnectCertainDevice(string DeviceName, int serial_num)
bool UDE_CheckDeviceIsConnect(string DeviceName)
bool UDE_24GCheckDeviceIsConnect(int serial_num)
bool UDE_DisconnectDevice(string DeviceName)
bool UDE_24GDisconnectDevice(int serial_num)
int UDE_GetDeviceBatteryLevel(string DeviceName)
bool UDE_RunningDataUpdate(string DeviceName)
bool UDE_24GRunningDataUpdate(string DeviceName,int serial_num)
bool UDE_CalibrationMotionController(string DeviceName, CalibrationType calibrationType, bool IsStart)
CalibrationType UDE_GetCalibrationType(string DeviceName)
double[] UDE_GetCalibrationInfoOffset(string DeviceName)
int UDE_GetDeviceTransferFPS(string DeviceName)
Dictionary<FingerJointType, Vector3> UDE_GetFingerRotations(string DeviceName)
Axis[] UDE_GetThreeAxis(string DeviceName)
bool UDE_SetThreeAxis(string DeviceName,Axis[] axes)
float UDE_GetThumbCoefficient(string DeviceName)
bool UDE_SetThumbCoefficient(string DeviceName, float value)
Vector3 UDE_GetThumbFirstJointOffset(string DeviceName)
bool UDE_SetThumbFirstJointOffset(string DeviceName, Vector3 value)
InputData UDE_GetInputDeviceData(string DeviceName)
bool UDE_JoystickCenterCalibration(string DeviceName)
bool UDE_JoystickRangeCalibration(string DeviceName, bool IsStart)
float UDE_GetJoystickDeadZone(string DeviceName)
bool UDE_SetJoystickDeadZone(string DeviceName, float value)
float UDE_GetTriggerActiveValue(string DeviceName)
bool UDE_SetTriggerActiveValue(string DeviceName, float value)
float UDE_GetGripActiveValue(string DeviceName)
bool UDE_SetGripActiveValue(string DeviceName, float value)
float UDE_GetTrackpadActiveValue(string DeviceName)
bool UDE_SetTrackpadActiveValue(string DeviceName, float value)
bool UDE_ControlVibration(string DeviceName, int PlaceIndex, int SustainedTenMillionsecond = 4, int Strength = 1)
枚举
结构体
Last updated