C# Class ImageDisplay, NewCloud

Inheritance: MonoBehaviour
Show file Open project: nileshlg2003/NewCloud Class Usage Examples

Public Properties

Property Type Description
centerMatrixOnScreen bool
debug bool
debugBoxStyle GUIStyle
dot UnityEngine.Texture2D[]
dotRelativeCenterPos Vector2
expandInputAreaToFullWidth bool
img UnityEngine.Texture2D[]
imgRect Rect
matrixAngle float
matrixPosition Vector3
swipeCtrl SwipeControl,

Public Methods

Method Description
Awake ( ) : void
OnGUI ( ) : void

Method Details

Awake() public method

public Awake ( ) : void
return void

OnGUI() public method

public OnGUI ( ) : void
return void

Property Details

centerMatrixOnScreen public property

public bool centerMatrixOnScreen
return bool

debug public property

public bool debug
return bool

debugBoxStyle public property

public GUIStyle debugBoxStyle
return GUIStyle

dot public property

public Texture2D[],UnityEngine dot
return UnityEngine.Texture2D[]

dotRelativeCenterPos public property

public Vector2 dotRelativeCenterPos
return Vector2

expandInputAreaToFullWidth public property

public bool expandInputAreaToFullWidth
return bool

img public property

public Texture2D[],UnityEngine img
return UnityEngine.Texture2D[]

imgRect public property

public Rect imgRect
return Rect

matrixAngle public property

public float matrixAngle
return float

matrixPosition public property

public Vector3 matrixPosition
return Vector3

swipeCtrl public property

public SwipeControl, swipeCtrl
return SwipeControl,