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
DramaProp.cs
Go to the documentation of this file.
1
using
UnityEngine;
2
3
public
class
DramaProp
:
EMono
4
{
5
public
SpriteRenderer
sr
;
6
7
public
AnimeTween
aniEnter
;
8
9
public
AnimeTween
aniLeave
;
10
11
public
void
Enter
()
12
{
13
aniEnter
.
Play
(base.transform);
14
OnEnter
();
15
}
16
17
public
virtual
void
OnEnter
()
18
{
19
}
20
21
public
void
Leave
()
22
{
23
aniLeave
.
Play
(base.transform, delegate
24
{
25
Kill();
26
});
27
OnLeave
();
28
}
29
30
public
virtual
void
OnLeave
()
31
{
32
}
33
34
public
void
Kill
()
35
{
36
Object.Destroy(base.gameObject);
37
}
38
}
AnimeTween
Definition:
AnimeTween.cs:8
AnimeTween.Play
void Play()
Definition:
AnimeTween.cs:70
DramaProp
Definition:
DramaProp.cs:4
DramaProp.Kill
void Kill()
Definition:
DramaProp.cs:34
DramaProp.sr
SpriteRenderer sr
Definition:
DramaProp.cs:5
DramaProp.Enter
void Enter()
Definition:
DramaProp.cs:11
DramaProp.OnLeave
virtual void OnLeave()
Definition:
DramaProp.cs:30
DramaProp.OnEnter
virtual void OnEnter()
Definition:
DramaProp.cs:17
DramaProp.aniEnter
AnimeTween aniEnter
Definition:
DramaProp.cs:7
DramaProp.Leave
void Leave()
Definition:
DramaProp.cs:21
DramaProp.aniLeave
AnimeTween aniLeave
Definition:
DramaProp.cs:9
EMono
Definition:
EMono.cs:4
Elin
DramaProp.cs
Generated by
1.9.6