30 lines
665 B
Plaintext
30 lines
665 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 1
|
|
m_EditorClassIdentifier:
|
|
maxSpeed: 20
|
|
liftSpeed: 0.1
|
|
spinSpeed: 20
|
|
accelerate: 1
|
|
detectionRadius: 0.5
|
|
detectionInterval: 0.05
|
|
sensorRadius: 12
|
|
slowDistance: 10
|
|
stopDistance: 5
|
|
BatteryCapacityMax: 150
|
|
bc_Waiting: 0
|
|
bc_Move: 1
|
|
bc_Spin: 1
|
|
bc_Lift: 1
|
|
bc_Load: 1
|