Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames

UI.TexUIhook

Extends
TexModifier
Modifiers
editinlinenew native

Core.Object
|   
+-- Engine.Material
   |   
   +-- Engine.Modifier
      |   
      +-- Engine.TexModifier
         |   
         +-- UI.TexUIhook

Variables Summary
ComponentHandleC
MatrixM
rectangleRf
rectangleRi
TexUIhook
boolbPan
boolbRelative
boolbScale
stringComponentName
Inherited Variables from Engine.TexModifier
ModifyTimer, TexCoordCount, TexCoordProjected, TexCoordSource
Inherited Variables from Engine.Modifier
Material

Enumerations Summary
Inherited Enumerations from Engine.TexModifier
ETexCoordCount, ETexCoordSrc

Functions Summary
Inherited Functions from Engine.Modifier
Reset


Variables Detail

C Source code

var ComponentHandle C;

M Source code

var Matrix M;

Rf Source code

var rectangle Rf;

Ri Source code

var rectangle Ri;

TexUIhook

bPan Source code

var(TexUIhook) bool bPan;

bRelative Source code

var(TexUIhook) bool bRelative;

bScale Source code

var(TexUIhook) bool bScale;

ComponentName Source code

var(TexUIhook) string ComponentName;


Defaultproperties

defaultproperties
{
	bRelative=true
	bPan=true
	bScale=true
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: sk 3-1-2016 10:48:33.242 - Created with UnCodeX