Inherited by UiSpline::SplineKeyEx< T >.
Public Types | |
| typedef T | value_type |
Public Member Functions | |
| SplineKey & | operator= (const SplineKey &src) |
| void | Reflect (AZ::ReflectContext *context) |
Static Public Member Functions | |
| static void | Reflect (AZ::ReflectContext *) |
Public Attributes | |
| float | time |
| Key time. | |
| int | flags |
| Key flags. | |
| value_type | value |
| Key value. | |
| value_type | ds |
| Incoming tangent. | |
| value_type | dd |
| Outgoing tangent. | |