RaycastTransition
It will transition by Ray cast.

Properties
| Property Name | Description | 
|---|---|
| Origin | The starting point of the Ray | 
| Direction | Direction of Ray | 
| Distance | Distance of Ray | 
| Layer Mask | Determination target layer | 
| Check Update | Whether or not to make an update decision. | 
| Is Check Tag | Whether to check the tag. | 
| Tag | Tag to be checked. | 
| Raycast Hit | Output hit information by raycast. | 
| Next State | Transition destination state. Transition Method : OnStateBegin, OnStateUpdate |