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
▼
Elin Decompiled Documentation
►
Namespaces
►
Classes
▼
Files
►
File List
►
File Members
•
All
Classes
Namespaces
Files
Functions
Variables
Enumerations
Enumerator
Properties
Events
Pages
Loading...
Searching...
No Matches
PrefabFix.cs
Go to the documentation of this file.
1
using
UnityEngine;
2
3
public
class
PrefabFix
: MonoBehaviour
4
{
5
public
int
siblingIndex
;
6
7
private
void
Awake
()
8
{
9
base.transform.SetSiblingIndex(
siblingIndex
);
10
}
11
}
PrefabFix
Definition:
PrefabFix.cs:4
PrefabFix.siblingIndex
int siblingIndex
Definition:
PrefabFix.cs:5
PrefabFix.Awake
void Awake()
Definition:
PrefabFix.cs:7
Elin
Plugins.basecore
PrefabFix.cs
Generated by
1.9.6