BehaviourConfig.asset 812 B

123456789101112131415161718192021222324252627282930313233
  1. %YAML 1.1
  2. %TAG !u! tag:unity3d.com,2011:
  3. --- !u!114 &11400000
  4. MonoBehaviour:
  5. m_ObjectHideFlags: 0
  6. m_CorrespondingSourceObject: {fileID: 0}
  7. m_PrefabInstance: {fileID: 0}
  8. m_PrefabAsset: {fileID: 0}
  9. m_GameObject: {fileID: 0}
  10. m_Enabled: 1
  11. m_EditorHideFlags: 0
  12. m_Script: {fileID: 11500000, guid: b345aa8c625f48c42b128a3818160fa1, type: 3}
  13. m_Name: BehaviourConfig
  14. m_EditorClassIdentifier:
  15. _moveBehaviour:
  16. SinYMove:
  17. _minSpeed: 0.5
  18. _maxSpeed: 1
  19. _minAmplitude: 0.5
  20. _maxAmplitude: 1
  21. _positionMaxRandom: 100
  22. SinAllAxisMove:
  23. _minSpeed: 0.5
  24. _maxSpeed: 1
  25. _amplitude: 50
  26. WanderMove:
  27. _circleRadius: 35
  28. _turnChance: 0.05
  29. _maxRadius: 2000
  30. _mass: 15
  31. _maxSpeed: 3
  32. _maxForce: 15
  33. _maxSpawnPositionRadius: 100