Skip to content

Commit

Permalink
AnimGraph -> ActionGraph
Browse files Browse the repository at this point in the history
  • Loading branch information
yuberee committed Mar 24, 2024
1 parent 1819bd0 commit 22e058a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/blogs/my_summer_cottage.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ I asked Wheatley for a day recap screen design, and he sent it over. I didn't qu

<ImageCollage images={["day_recap_wheatley.jpg", "day_recap.jpg", "funny_picture_1.jpg", "funny_picture_2.jpg"]} />

I made the code for it really simple, so that you could easily capture moments from AnimGraph or code. Here's an example of how the big fish catches are captured.
I made the code for it really simple, so that you could easily capture moments from ActionGraph or code. Here's an example of how the big fish catches are captured.

```csharp
var range = definition.GetComponent<Fish>().Get<RangedFloat>( "WeightRange" );
Expand Down

0 comments on commit 22e058a

Please sign in to comment.