Remove Unity DigitlaSensor
This commit is contained in:
parent
631c3e00b2
commit
d6ac20f378
@ -41,13 +41,6 @@ namespace RoboidControl {
|
|||||||
}
|
}
|
||||||
private bool stateUpdated = false;
|
private bool stateUpdated = false;
|
||||||
|
|
||||||
#if UNITY_5_3_OR_NEWER
|
|
||||||
/// @copydoc Passer::RoboidControl::Thing::CreateComponent
|
|
||||||
public override void CreateComponent() {
|
|
||||||
this.component = Unity.DigitalSensor.Create(this);
|
|
||||||
this.component.core = this;
|
|
||||||
}
|
|
||||||
#endif
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Function used to generate binary data for this digital sensor
|
/// Function used to generate binary data for this digital sensor
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user