123456789101112131415161718192021222324252627282930313233 |
- %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: b345aa8c625f48c42b128a3818160fa1, type: 3}
- m_Name: BehaviourConfig
- m_EditorClassIdentifier:
- _moveBehaviour:
- SinYMove:
- _minSpeed: 0.5
- _maxSpeed: 1
- _minAmplitude: 0.5
- _maxAmplitude: 1
- _positionMaxRandom: 100
- SinAllAxisMove:
- _minSpeed: 0.5
- _maxSpeed: 1
- _amplitude: 50
- WanderMove:
- _circleRadius: 35
- _turnChance: 0.05
- _maxRadius: 2000
- _mass: 15
- _maxSpeed: 3
- _maxForce: 15
- _maxSpawnPositionRadius: 100
|