Set
Introduction
using FlatRedBall.Instructions;Code Example
// Make sure to set the value to 4.0f and not 4 or 4.0 - the type matters and it must be a float
spriteInstance.Set("X").To(4.0f).After(1);this.Set("SomeIntValue").To(3).After(2);Last updated
Was this helpful?