| Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
| previous class next class | frames no frames | |||||
Core.Object
|
+-- Engine.Actor
|
+-- USARBot.Item
|
+-- USARBot.Sensor
|
+-- USARBot.BallHSensor
| Constants Summary | ||
|---|---|---|
| RAD2DEG | = | 57.2957795 |
| Variables Summary | |
|---|---|
| float | BallRadiusUU |
| byte | BallSamples |
| int | CameraXres |
| int | CameraYres |
| array<vector> | CoronaSamples |
| Soccerball | KBall |
| float | LODcenter |
| float | LODhalf |
| int | uuLODcenter |
| int | uuLODhalf |
| Inherited Variables from USARBot.Sensor |
|---|
| bUseGroup, bWithTimeStamp, HiddenSensor, Mean, Noise, OutputCurve, Sigma, utils |
| Inherited Variables from USARBot.Item |
|---|
| converter, ItemMount, ItemName, ItemType, myDirection, myPosition, Platform, Weight |
| Functions Summary | ||
|---|---|---|
![]() | ConvertParam (USARConverter converter) | |
![]() | String | GetData () |
![]() | PostNetBeginPlay () | |
| Inherited Functions from USARBot.Sensor |
|---|
| GetConfData, GetConfHead, GetData, GetGeoData, GetGeoHead, GetHead, Init |
| Inherited Functions from USARBot.Item |
|---|
| ConvertParam, Init, isName, isType, Set, SetName |
| Constants Detail |
|---|
| Variables Detail |
|---|
| Functions Detail |
|---|
ConvertParam Source code
GetData Source code
PostNetBeginPlay Source code| Defaultproperties |
|---|
defaultproperties { ItemType="Helper" CameraXres=208 CameraYres=160 BallRadiusUU=10 BallSamples=12 LODhalf=0.8 LODcenter=2 } |
| Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
| previous class next class | frames no frames | |||||