Tanoda
pb_InspectorNameAttribute.cs
Go to the documentation of this file.
1
using
System;
2
3
namespace
GILES.Serialization
4
{
5
[AttributeUsage(AttributeTargets.Class, AllowMultiple =
false
, Inherited =
true
)]
6
public
class
pb_InspectorNameAttribute
: Attribute
7
{
8
9
public
readonly
string
name
;
10
11
public
pb_InspectorNameAttribute
(
string
name
)
12
{
13
this.name =
name
;
14
}
15
}
16
}
GILES.Serialization.pb_InspectorNameAttribute
Definition:
pb_InspectorNameAttribute.cs:7
GILES.Serialization.pb_InspectorNameAttribute.pb_InspectorNameAttribute
pb_InspectorNameAttribute(string name)
Definition:
pb_InspectorNameAttribute.cs:11
GILES.Serialization.pb_InspectorNameAttribute.name
readonly string name
Definition:
pb_InspectorNameAttribute.cs:9
GILES.Serialization
Definition:
pb_CameraComponent.cs:8
Source
Assets
GILES
Code
Classes
Serialization
pb_InspectorNameAttribute.cs
Generated by
1.9.3