Contains genereal settings for motors.
コード例 #1
0
ファイル: MotorSettings.cs プロジェクト: tonypeng/Bloxel
 internal VelocityMotorSettings3D(MotorSettings motorSettings)
     : base(motorSettings)
 {
 }
コード例 #2
0
ファイル: MotorSettings.cs プロジェクト: tonypeng/Bloxel
 internal ServoSettingsOrientation(MotorSettings motorSettings)
     : base(motorSettings)
 {
 }
コード例 #3
0
ファイル: MotorSettings.cs プロジェクト: tonypeng/Bloxel
 internal VelocityMotorSettings(MotorSettings motorSettings)
 {
     this.motorSettings = motorSettings;
 }
コード例 #4
0
ファイル: MotorSettings.cs プロジェクト: tonypeng/Bloxel
 internal ServoSettings(MotorSettings motorSettings)
 {
     this.motorSettings = motorSettings;
 }
コード例 #5
0
ファイル: MotorSettings.cs プロジェクト: tonypeng/Bloxel
 internal ServoSettings3D(MotorSettings motorSettings)
     : base(motorSettings)
 {
 }
コード例 #6
0
ファイル: MotorSettings.cs プロジェクト: Indiefreaks/igf
 internal VelocityMotorSettings3D(MotorSettings motorSettings)
     : base(motorSettings)
 {
 }
コード例 #7
0
ファイル: MotorSettings.cs プロジェクト: Indiefreaks/igf
 internal VelocityMotorSettings(MotorSettings motorSettings)
 {
     this.motorSettings = motorSettings;
 }
コード例 #8
0
ファイル: MotorSettings.cs プロジェクト: Indiefreaks/igf
 internal ServoSettingsOrientation(MotorSettings motorSettings)
     : base(motorSettings)
 {
 }
コード例 #9
0
ファイル: MotorSettings.cs プロジェクト: Indiefreaks/igf
 internal ServoSettings3D(MotorSettings motorSettings)
     : base(motorSettings)
 {
 }
コード例 #10
0
ファイル: MotorSettings.cs プロジェクト: Indiefreaks/igf
 internal ServoSettings(MotorSettings motorSettings)
 {
     this.motorSettings = motorSettings;
 }