Click or drag to resize

KM_ControllerGetUserDataFloat Method

Gets a 32 bit float word of user data To set float value in KFLOP in C do: *(float *)&persist.UserData[index] = f;

Namespace: KMotion_dotNet
Assembly: KMotion_dotNet (in KMotion_dotNet.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax
public float GetUserDataFloat(
	int index
)

Parameters

index  Int32
array offset (0-199)

Return Value

Single
float data from the array
See Also