Falco Engine 3.9.0.1 (beta)
FalcoEngine Namespace Reference

Classes

class  Animation
 
class  AnimationClip
 
struct  AnimationClipInfo
 
class  Application
 
class  Asset
 
class  AudioClip
 
class  AudioListener
 
class  AudioSource
 
struct  Bounds
 
class  BoxCollider
 
class  Button
 
class  Camera
 
class  Canvas
 
class  CapsuleCollider
 
class  Collider
 
struct  Collision
 
struct  Color
 
class  Component
 
class  ConeTwistJoint
 
class  Cubemap
 
class  Cursor
 
class  Debug
 
class  EntryPoint
 
class  FixedJoint
 
class  Font
 
class  FreeJoint
 
class  GameObject
 
class  Graphics
 
class  GUI
 
class  HingeJoint
 
class  Image
 
class  Input
 
class  LayerMask
 
class  Light
 
class  Mask
 
class  Material
 
class  Mathf
 
struct  Matrix3
 
struct  Matrix4
 
class  Mesh
 
class  MeshCollider
 
class  MeshRenderer
 
class  MonoBehaviour
 
class  NavMeshAgent
 
class  NavMeshObstacle
 
class  Object
 
class  Physics
 
struct  Plane
 
class  PlayerPrefs
 
class  Prefab
 
class  QualitySettings
 
struct  Quaternion
 
class  Random
 
struct  Ray
 
struct  RaycastHit
 
struct  Rect
 
class  RenderSettings
 
class  RenderTexture
 
class  Rigidbody
 
class  SceneManager
 
class  Screen
 
class  Shader
 
class  SphereCollider
 
class  Spline
 
class  SteamAPI
 
class  SubMesh
 
class  Text
 
class  TextInput
 
class  Texture
 
class  Time
 
class  Transform
 
class  UIElement
 
struct  Vector2
 
struct  Vector3
 
struct  Vector4
 
class  Vehicle
 
class  VideoClip
 
class  VideoPlayer
 

Enumerations

enum  ScanCode {
  None = 0 , Backspace = 42 , Delete = 76 , Tab = 43 ,
  Clear = 156 , Return = 40 , Pause = 72 , Escape = 41 ,
  Space = 44 , Keypad0 = 98 , Keypad1 = 89 , Keypad2 = 90 ,
  Keypad3 = 91 , Keypad4 = 92 , Keypad5 = 93 , Keypad6 = 94 ,
  Keypad7 = 95 , Keypad8 = 96 , Keypad9 = 97 , KeypadPeriod = 99 ,
  KeypadDivide = 84 , KeypadMultiply = 85 , KeypadMinus = 86 , KeypadPlus = 87 ,
  KeypadEnter = 88 , KeypadEquals = 103 , UpArrow = 82 , DownArrow = 81 ,
  RightArrow = 79 , LeftArrow = 80 , Insert = 73 , Home = 74 ,
  End = 77 , PageUp = 75 , PageDown = 78 , F1 = 58 ,
  F2 = 59 , F3 = 60 , F4 = 61 , F5 = 62 ,
  F6 = 63 , F7 = 64 , F8 = 65 , F9 = 66 ,
  F10 = 67 , F11 = 68 , F12 = 69 , F13 = 104 ,
  F14 = 105 , F15 = 106 , Alpha0 = 39 , Alpha1 = 30 ,
  Alpha2 = 31 , Alpha3 = 32 , Alpha4 = 33 , Alpha5 = 34 ,
  Alpha6 = 35 , Alpha7 = 36 , Alpha8 = 37 , Alpha9 = 38 ,
  Exclaim = 207 , Hash = 204 , Dollar = 49 , Ampersand = 199 ,
  LeftParen = 182 , RightParen = 183 , Asterisk = 49 , Plus = 87 ,
  Comma = 54 , Minus = 86 , Period = 55 , Slash = 56 ,
  Colon = 203 , Semicolon = 51 , Less = 197 , Equals = 103 ,
  Greater = 198 , At = 206 , LeftBracket = 47 , Backslash = 49 ,
  RightBracket = 48 , A = 4 , B = 5 , C = 6 ,
  D = 7 , E = 8 , F = 9 , G = 10 ,
  H = 11 , I = 12 , J = 13 , K = 14 ,
  L = 15 , M = 16 , N = 17 , O = 18 ,
  P = 19 , Q = 20 , R = 21 , S = 22 ,
  T = 23 , U = 24 , V = 25 , W = 26 ,
  X = 27 , Y = 28 , Z = 29 , Numlock = 83 ,
  CapsLock = 57 , ScrollLock = 71 , RightShift = 229 , LeftShift = 225 ,
  RightControl = 228 , LeftControl = 224 , RightAlt = 230 , LeftAlt = 226 ,
  LeftCommand = 227 , LeftApple = 227 , LeftWindows = 227 , RightCommand = 231 ,
  RightApple = 231 , RightWindows = 231 , AltGr = 230 , Help = 117 ,
  Print = 70 , SysReq = 154 , Menu = 118
}
 

Enumeration Type Documentation

◆ ScanCode

Enumerator
None 

Not assigned (never returned as the result of a keystroke).

Backspace 

The backspace key.

Delete 

The forward delete key.

Tab 

The tab key.

Clear 

The Clear key.

Return 

Return key.

Pause 

Pause on PC machines.

Escape 

Escape key.

Space 

Space key.

Keypad0 

Numeric keypad 0.

Keypad1 

Numeric keypad 1.

Keypad2 

Numeric keypad 2.

Keypad3 

Numeric keypad 3.

Keypad4 

Numeric keypad 4.

Keypad5 

Numeric keypad 5.

Keypad6 

Numeric keypad 6.

Keypad7 

Numeric keypad 7.

Keypad8 

Numeric keypad 8.

Keypad9 

Numeric keypad 9.

KeypadPeriod 

Numeric keypad '.'.

KeypadDivide 

Numeric keypad '/'.

KeypadMultiply 

Numeric keypad '*'.

KeypadMinus 

Numeric keypad '-'.

KeypadPlus 

Numeric keypad '+'.

KeypadEnter 

Numeric keypad enter.

KeypadEquals 

Numeric keypad '='.

UpArrow 

Up arrow key.

DownArrow 

Down arrow key.

RightArrow 

Right arrow key.

LeftArrow 

Left arrow key.

Insert 

Insert key key.

Home 

Home key.

End 

End key.

PageUp 

Page up.

PageDown 

Page down.

F1 

F1 function key.

F2 

F2 function key.

F3 

F3 function key.

F4 

F4 function key.

F5 

F5 function key.

F6 

F6 function key.

F7 

F7 function key.

F8 

F8 function key.

F9 

F9 function key.

F10 

F10 function key.

F11 

F11 function key.

F12 

F12 function key.

F13 

F13 function key.

F14 

F14 function key.

F15 

F15 function key.

Alpha0 

The '0' key on the top of the alphanumeric keyboard.

Alpha1 

The '1' key on the top of the alphanumeric keyboard.

Alpha2 

The '2' key on the top of the alphanumeric keyboard.

Alpha3 

The '3' key on the top of the alphanumeric keyboard.

Alpha4 

The '4' key on the top of the alphanumeric keyboard.

Alpha5 

The '5' key on the top of the alphanumeric keyboard.

Alpha6 

The '6' key on the top of the alphanumeric keyboard.

Alpha7 

The '7' key on the top of the alphanumeric keyboard.

Alpha8 

The '8' key on the top of the alphanumeric keyboard.

Alpha9 

The '9' key on the top of the alphanumeric keyboard.

Exclaim 

Exclamation mark key '!'.

Hash 

Double quote key '"'.

Hash key '#'.

Dollar 

Dollar sign key '$'.

Ampersand 

Ampersand key '&'.

LeftParen 

Quote key '.

Left Parenthesis key '('.

RightParen 

Right Parenthesis key ')'.

Asterisk 

Asterisk key '*'.

Plus 

Plus key '+'.

Comma 

Comma ',' key.

Minus 

Minus '-' key.

Period 

Period '.' key.

Slash 

Slash '/' key.

Colon 

Colon ':' key.

Semicolon 

Semicolon ';' key.

Less 

Less than '<' key.

Equals 

Equals '=' key.

Greater 

Greater than '>' key.

At 

Question mark '?' key.

At key '@'.

LeftBracket 

Left square bracket key '['.

Backslash 

Backslash key '\'.

RightBracket 

Right square bracket key ']'.

Caret key '^'.

Underscore '_' key.

Back quote key '‘’.

'a' key.

'b' key.

'c' key.

'd' key.

'e' key.

'f' key.

'g' key.

'h' key.

'i' key.

'j' key.

'k' key.

'l' key.

'm' key.

'n' key.

'o' key.

'p' key.

'q' key.

'r' key.

's' key.

't' key.

'u' key.

'v' key.

'w' key.

'x' key.

'y' key.

'z' key.

Numlock 

Numlock key.

CapsLock 

Capslock key.

ScrollLock 

Scroll lock key.

RightShift 

Right shift key.

LeftShift 

Left shift key.

RightControl 

Right Control key.

LeftControl 

Left Control key.

RightAlt 

Right Alt key.

LeftAlt 

Left Alt key.

LeftCommand 

Left Command key.

LeftApple 

Left Command key.

LeftWindows 

Left Windows key.

RightCommand 

Right Command key.

RightApple 

Right Command key.

RightWindows 

Right Windows key.

AltGr 

Alt Gr key.

Help 

Help key.

Print 

Print key.

SysReq 

Sys Req key.

Menu 

Break key.

Menu key.

Definition at line 4 of file ScanCode.cs.