Paradox Game Engine  v1.0.0 beta06
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros Pages
UnaryOperator.cs File Reference

Go to the source code of this file.

Classes

class  SiliconStudio.Shaders.Ast.UnaryOperatorHelper
 Helper for UnaryOperator. More...
 

Namespaces

package  SiliconStudio.Shaders.Ast
 

Enumerations

enum  SiliconStudio.Shaders.Ast.UnaryOperator {
  SiliconStudio.Shaders.Ast.UnaryOperator.LogicalNot, SiliconStudio.Shaders.Ast.UnaryOperator.BitwiseNot, SiliconStudio.Shaders.Ast.UnaryOperator.Minus, SiliconStudio.Shaders.Ast.UnaryOperator.Plus,
  SiliconStudio.Shaders.Ast.UnaryOperator.PreDecrement, SiliconStudio.Shaders.Ast.UnaryOperator.PreIncrement, SiliconStudio.Shaders.Ast.UnaryOperator.PostDecrement, SiliconStudio.Shaders.Ast.UnaryOperator.PostIncrement
}
 Unary operator used in all binary expressions (except assignment expression). More...