Tanoda
TestScript Class Reference
Inheritance diagram for TestScript:

Classes

struct  RECT
 

Public Member Functions

Texture2D DeCompress (Texture2D source)
 
static bool GetWindowRect (IntPtr hwnd, out RECT lpRect)
 

Static Public Member Functions

static Bitmap CaptureRegion (Rectangle region)
 
static Bitmap CaptureWindow (IntPtr hWnd)
 

Public Attributes

Transform fromRot
 
Transform toRot
 
Texture2D toPng
 
GameObject hand
 
GameObject from
 
GameObject to
 
GameObject moveItem
 

Detailed Description

Definition at line 40 of file TestScript.cs.

Member Function Documentation

◆ CaptureRegion()

static Bitmap TestScript.CaptureRegion ( Rectangle  region)
static

Definition at line 852 of file TestScript.cs.

◆ CaptureWindow()

static Bitmap TestScript.CaptureWindow ( IntPtr  hWnd)
static

Definition at line 901 of file TestScript.cs.

◆ DeCompress()

Texture2D TestScript.DeCompress ( Texture2D  source)

Definition at line 89 of file TestScript.cs.

◆ GetWindowRect()

static bool TestScript.GetWindowRect ( IntPtr  hwnd,
out RECT  lpRect 
)

Member Data Documentation

◆ from

GameObject TestScript.from

Definition at line 138 of file TestScript.cs.

◆ fromRot

Transform TestScript.fromRot

Definition at line 81 of file TestScript.cs.

◆ hand

GameObject TestScript.hand

Definition at line 138 of file TestScript.cs.

◆ moveItem

GameObject TestScript.moveItem

Definition at line 138 of file TestScript.cs.

◆ to

GameObject TestScript.to

Definition at line 138 of file TestScript.cs.

◆ toPng

Texture2D TestScript.toPng

Definition at line 83 of file TestScript.cs.

◆ toRot

Transform TestScript.toRot

Definition at line 81 of file TestScript.cs.


The documentation for this class was generated from the following file: