Exemple #1
0
 public RotatorProperty(Rotator r, int id)
 {
     this.identifier = r.getId();
     this.timeBeforeStoppingInSeconds = r.getTimeBeforeStopping();
     this.shouldReverseRotation       = r.getReverseRotation();
     this.rotationsSettings           = r.getRotationSettings();
     this.objectID = id;
 }
Exemple #2
0
 public void SetRotationSettings(RotationSettings rs)
 {
     this._rotationsSettings = rs;
 }