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
DramaPropOnev.cs
Go to the documentation of this file.
1
using
DG.Tweening;
2
using
UnityEngine;
3
4
public
class
DramaPropOnev
:
DramaProp
5
{
6
public
Material
mat
;
7
8
public
override
void
OnEnter
()
9
{
10
sr
.DOFade(1f, 2f).From(0f);
11
mat
.DOFade(1f, 2f).From(0f);
12
}
13
14
public
override
void
OnLeave
()
15
{
16
sr
.DOFade(0f, 2f);
17
mat
.DOFade(0f, 2f);
18
}
19
}
ObjValType.Material
@ Material
DramaPropOnev
Definition:
DramaPropOnev.cs:5
DramaPropOnev.OnLeave
override void OnLeave()
Definition:
DramaPropOnev.cs:14
DramaPropOnev.mat
Material mat
Definition:
DramaPropOnev.cs:6
DramaPropOnev.OnEnter
override void OnEnter()
Definition:
DramaPropOnev.cs:8
DramaProp
Definition:
DramaProp.cs:4
DramaProp.sr
SpriteRenderer sr
Definition:
DramaProp.cs:5
Elin
DramaPropOnev.cs
Generated by
1.9.6