Type a page name and press Enter. You'll jump to the page if it exists, or you can create it if it doesn't.
To create a page in a module other than Enums, prefix the name with the module name and a period.
BP_ANIMATIONSTYLE (Enums)
.
C# Definition:
[Flags]
enum BP_ANIMATIONSTYLE
{
None = 0,
Linear = 1,
Cubic = 2,
Sine = 3
}
VB Definition:
Enum BP_ANIMATIONSTYLE
None = 0
Linear = 1
Cubic = 2
Sine = 3
End Enum
Used with [BeginBufferedAnimation]
7/7/2014 11:22:01 AM - -50.241.168.105
Please edit this page!
Do you have...
helpful tips?
corrections to the existing content?
additional languages you want to include?
Select "Edit This Page" on the right hand toolbar and edit it!