Elin Decompiled Documentation
EA 23.102 Nightly
Toggle main menu visibility
Main Page
Namespaces
Namespace List
Namespace Members
All
Functions
Enumerations
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
w
Properties
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Events
Files
File List
File Members
All
$
a
b
c
e
f
g
h
i
l
m
n
o
p
r
s
t
v
w
z
Functions
Variables
Enumerations
a
b
c
e
f
g
h
i
l
m
n
o
p
r
s
t
v
w
z
•
All
Classes
Namespaces
Files
Functions
Variables
Enumerations
Enumerator
Properties
Events
Pages
Loading...
Searching...
No Matches
RectData.cs
Go to the documentation of this file.
1
using
System;
2
using
UnityEngine;
3
4
[Serializable]
5
public
class
RectData
6
{
7
public
Vector2
position
=
new
Vector2(-1f, -1f);
8
9
public
Vector2
size
=
new
Vector2(-1f, -1f);
10
11
public
Vector2
pivot
;
12
13
public
Vector2
anchorMin
;
14
15
public
Vector2
anchorMax
;
16
17
public
void
Apply
(RectTransform rect)
18
{
19
rect.SetRect(
position
.x,
position
.y,
size
.x,
size
.y,
pivot
.x,
pivot
.y,
anchorMax
.x,
anchorMax
.y,
anchorMax
.x,
anchorMax
.y);
20
}
21
}
RectData
Definition:
RectData.cs:6
RectData.anchorMin
Vector2 anchorMin
Definition:
RectData.cs:13
RectData.Apply
void Apply(RectTransform rect)
Definition:
RectData.cs:17
RectData.pivot
Vector2 pivot
Definition:
RectData.cs:11
RectData.anchorMax
Vector2 anchorMax
Definition:
RectData.cs:15
RectData.size
Vector2 size
Definition:
RectData.cs:9
RectData.position
Vector2 position
Definition:
RectData.cs:7
Elin
Plugins.basecore
RectData.cs
Generated by
1.9.6