Update README.md

This commit is contained in:
2014-06-21 02:21:28 +04:00
parent 9666436a96
commit d10e716984

View File

@@ -13,7 +13,7 @@ Since actions are quite simple, i implemented them myself.
2. Then attach the Actor.cs script to the object you want. 2. Then attach the Actor.cs script to the object you want.
3. See the ActorSampleActions.cs class, if you need examples. 3. See the ActorSampleActions.cs class, if you need examples.
You can also subclass the Actor and add all the actions you want to the Start() method. You can also add actions on the fly, by using the AttachAction method of the Actor class.
### Included actions (ready and WIP) ### Included actions (ready and WIP)
All actions are capable to work both in 3D (use Vector3) and 2D (use Vector2) scenes. All actions are capable to work both in 3D (use Vector3) and 2D (use Vector2) scenes.