C# Class ImageDisplay, NewCloud

Inheritance: MonoBehaviour
Mostra 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_oe property

public bool centerMatrixOnScreen
return bool

debug public_oe property

public bool debug
return bool

debugBoxStyle public_oe property

public GUIStyle debugBoxStyle
return GUIStyle

dot public_oe property

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

dotRelativeCenterPos public_oe property

public Vector2 dotRelativeCenterPos
return Vector2

expandInputAreaToFullWidth public_oe property

public bool expandInputAreaToFullWidth
return bool

img public_oe property

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

imgRect public_oe property

public Rect imgRect
return Rect

matrixAngle public_oe property

public float matrixAngle
return float

matrixPosition public_oe property

public Vector3 matrixPosition
return Vector3

swipeCtrl public_oe property

public SwipeControl, swipeCtrl
return SwipeControl,