Elin Decompiled Documentation
EA 23.104 Nightly
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