unity-atoms/Examples/Assets/InfinityWaves/Enemies/EnemyStateMachine.asset

92 lines
2.3 KiB
Plaintext
Raw Normal View History

2020-03-08 07:32:41 -04:00
%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
2020-03-08 15:41:22 -04:00
m_Script: {fileID: 11500000, guid: a56d454e768904df09296076c1aaea26, type: 3}
2020-03-08 07:51:22 -04:00
m_Name: EnemyStateMachine
2020-03-08 15:41:22 -04:00
m_EditorClassIdentifier:
2020-03-08 07:32:41 -04:00
_developerDescription:
2020-03-09 18:51:14 -04:00
_value: IDLE
2020-03-08 15:41:22 -04:00
_initialValue: CHASING
2020-03-09 18:51:14 -04:00
_oldValue: IDLE
2020-03-08 07:32:41 -04:00
Changed: {fileID: 0}
ChangedWithHistory: {fileID: 0}
_preChangeTransformers: []
2020-03-08 07:51:22 -04:00
_transitionStarted: {fileID: 0}
_completeCurrentTransition: {fileID: 0}
2020-03-09 18:51:14 -04:00
_states:
- _id:
_usage: 0
_value: CHASING
_constant: {fileID: 0}
_variable: {fileID: 0}
_variableInstancer: {fileID: 0}
_duration:
_usage: 0
_value: 0
_constant: {fileID: 0}
_variable: {fileID: 0}
_variableInstancer: {fileID: 0}
_subMachine: {fileID: 0}
- _id:
_usage: 0
_value: ATTACKING
_constant: {fileID: 0}
_variable: {fileID: 0}
_variableInstancer: {fileID: 0}
_duration:
_usage: 0
_value: 2
_constant: {fileID: 0}
_variable: {fileID: 0}
_variableInstancer: {fileID: 0}
_subMachine: {fileID: 0}
2020-03-08 07:51:22 -04:00
_transitions:
- _fromState:
_usage: 0
2020-03-08 15:41:22 -04:00
_value: ATTACKING
2020-03-08 07:51:22 -04:00
_constant: {fileID: 0}
_variable: {fileID: 0}
_variableInstancer: {fileID: 0}
_toState:
_usage: 0
2020-03-08 15:41:22 -04:00
_value: CHASING
2020-03-08 07:51:22 -04:00
_constant: {fileID: 0}
_variable: {fileID: 0}
_variableInstancer: {fileID: 0}
_command:
_usage: 0
2020-03-08 15:41:22 -04:00
_value: CHASE
_constant: {fileID: 0}
_variable: {fileID: 0}
_variableInstancer: {fileID: 0}
_testCondition: {fileID: 0}
2020-03-09 18:51:14 -04:00
_raiseEventToCompleteTransition: 0
2020-03-08 15:41:22 -04:00
- _fromState:
_usage: 0
_value: CHASING
_constant: {fileID: 0}
_variable: {fileID: 0}
_variableInstancer: {fileID: 0}
_toState:
_usage: 0
_value: ATTACKING
_constant: {fileID: 0}
_variable: {fileID: 0}
_variableInstancer: {fileID: 0}
_command:
_usage: 0
_value: ATTACK
2020-03-08 07:51:22 -04:00
_constant: {fileID: 0}
_variable: {fileID: 0}
_variableInstancer: {fileID: 0}
_testCondition: {fileID: 0}
2020-03-09 18:51:14 -04:00
_raiseEventToCompleteTransition: 0