terraria-cpp2il-methodrecon
v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
SpaceAttribute.cs
Go to the documentation of this file.
1
using
System
;
2
3
namespace
UnityEngine
4
{
5
// Token: 0x0200008C RID: 140
6
[
AttributeUsage
(
AttributeTargets
.Field, Inherited =
true
, AllowMultiple =
true
)]
7
public
class
SpaceAttribute
:
PropertyAttribute
8
{
9
// Token: 0x06000280 RID: 640 RVA: 0x00005A7C File Offset: 0x00003C7C
10
public
SpaceAttribute
()
11
{
12
this.height
= (float)16640;
13
}
14
15
// Token: 0x06000281 RID: 641 RVA: 0x00005A9C File Offset: 0x00003C9C
16
public
SpaceAttribute
(
float
height
)
17
{
18
}
19
20
// Token: 0x04000323 RID: 803
21
public
readonly
float
height
;
22
}
23
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
UnityEngine.PropertyAttribute
Definition
PropertyAttribute.cs:8
UnityEngine.SpaceAttribute.SpaceAttribute
SpaceAttribute()
Definition
SpaceAttribute.cs:10
UnityEngine.SpaceAttribute.height
readonly float height
Definition
SpaceAttribute.cs:21
UnityEngine.SpaceAttribute.SpaceAttribute
SpaceAttribute(float height)
Definition
SpaceAttribute.cs:16
UnityEngine.SpaceAttribute
Definition
SpaceAttribute.cs:8
System.AttributeTargets
AttributeTargets
Definition
AttributeTargets.cs:8
System
Definition
__ComObject.cs:4
UnityEngine
Definition
_AndroidJNIHelper.cs:6
source
UnityEngine.CoreModule
UnityEngine
SpaceAttribute.cs
Generated by
1.10.0