Tanoda
pb_Enum.cs File Reference

Go to the source code of this file.

Namespaces

namespace  GILES
 

Enumerations

enum  GILES.HandleMovement { GILES.Up , GILES.Right , GILES.Forward , GILES.Plane }
 
enum  GILES.Axis { GILES.None = 0x0 , GILES.X = 0x1 , GILES.Y = 0x2 , GILES.Z = 0x4 }
 
enum  GILES.Tool {
  GILES.None , GILES.Position , GILES.Rotate , GILES.Scale ,
  GILES.View
}
 
enum  GILES.ViewTool {
  GILES.None , GILES.Orbit , GILES.Pan , GILES.Dolly ,
  GILES.Look
}
 
enum  GILES.ElementMode { GILES.Vertex , GILES.Edge , GILES.Face }
 
enum  GILES.EditLevel { GILES.Object , GILES.Element , GILES.View }
 
enum  GILES.Culling { GILES.Back = 0x1 , GILES.Front = 0x2 , GILES.FrontBack = 0x4 }
 
enum  GILES.AssetType { GILES.Resource , GILES.Bundle , GILES.Instance }
 
enum  GILES.PathType { GILES.Null , GILES.File , GILES.Directory }