38 lines
812 B
Plaintext
38 lines
812 B
Plaintext
%YAML 1.1
|
|
%TAG !u! tag:unity3d.com,2011:
|
|
--- !u!114 &11400000
|
|
MonoBehaviour:
|
|
m_ObjectHideFlags: 0
|
|
m_CorrespondingSourceObject: {fileID: 0}
|
|
m_PrefabInstance: {fileID: 0}
|
|
m_PrefabAsset: {fileID: 0}
|
|
m_GameObject: {fileID: 0}
|
|
m_Enabled: 1
|
|
m_EditorHideFlags: 0
|
|
m_Script: {fileID: 11500000, guid: 24cfa40753282b845b69548571a1a451, type: 3}
|
|
m_Name: AGVSpecData
|
|
m_EditorClassIdentifier:
|
|
maxSpeed: 10
|
|
maxCurveSpeed: 2
|
|
slowSpeed: 5
|
|
slowCurveSpeed: 3
|
|
maxLiftUp: 10
|
|
maxLiftDown: -10
|
|
maxLiftPush: 10
|
|
liftSpeed: 1
|
|
spinSpeed: 0.01
|
|
accelerate: 1
|
|
decelerate: 1
|
|
emergencyDecelerate: 5
|
|
detectionRadius: 0.5
|
|
detectionInterval: 0.05
|
|
sensorRadius: 12
|
|
slowDistance: 10
|
|
stopDistance: 5
|
|
batteryCapacityMax: 1000
|
|
bc_Waiting: 0
|
|
bc_Move: 2
|
|
bc_Spin: 1
|
|
bc_Lift: 1
|
|
bc_Load: 1
|