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
TCCensored.cs
Go to the documentation of this file.
1
using
UnityEngine;
2
3
public
class
TCCensored
:
TC
4
{
5
public
override
Vector3
FixPos
6
{
7
get
8
{
9
if
(base.owner.IsPCC)
10
{
11
return
TC
.
_setting
.censorPos.PlusY(base.owner.IsDeadOrSleeping ? (-0.3f) : (-0.05f));
12
}
13
return
TC
.
_setting
.censorPos;
14
}
15
}
16
}
TCCensored
Definition:
TCCensored.cs:4
TCCensored.FixPos
override Vector3 FixPos
Definition:
TCCensored.cs:6
TC
Definition:
TC.cs:4
TC._setting
static GameSetting.RenderSetting.TCSetting _setting
Definition:
TC.cs:5
Elin
TCCensored.cs
Generated by
1.9.6