Property | Type | Description | |
---|---|---|---|
cam | Camera | ||
informationList | List |
||
leftwardSensorLocation | Transform | ||
rayIncrementAngle | float | ||
rayMaxAngle | float | ||
rayStartAngle | float |
Method | Description | |
---|---|---|
ClearList ( ) : void | ||
GetDistanceToObject ( ) : string | ||
SerializeList ( ) : string | ||
addInformationList ( ) : IEnumerator |
Method | Description | |
---|---|---|
Awake ( ) : void | ||
FindLongestForwardRay ( float minAngle, float maxAngle, float angleIncrement ) : float | ||
FindWidestLeftRay ( float minAngle, float maxAngle, float angleIncrement ) : float | ||
FindWidestRightRay ( float minAngle, float maxAngle, float angleIncrement ) : float | ||
OnCollisionEnter ( Collision other ) : void | ||
OnCollisionStay ( Collision other ) : void | ||
OnGUI ( ) : void | ||
SendRay ( float horizontalAngle, bool isRight ) : Vector2 | ||
Start ( ) : void | ||
Update ( ) : void |