# MetadataDefinition

> Struct

Inherited Members

* [Equals(object)](https://learn.microsoft.com/dotnet/api/system.valuetype.equals)

* [GetHashCode()](https://learn.microsoft.com/dotnet/api/system.valuetype.gethashcode)

* [ToString()](https://learn.microsoft.com/dotnet/api/system.valuetype.tostring)

* [Equals(object, object)](https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals\(system-object-system-object\))

* [GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype)

* [ReferenceEquals(object, object)](https://learn.microsoft.com/dotnet/api/system.object.referenceequals)

***

Namespace: UnityEngine.Pixyz.Scene

```csharp
[Serializable]
public struct MetadataDefinition
```

## Constructors

### MetadataDefinition(PropertyValueList)

```csharp
public MetadataDefinition(PropertyValueList value)
```

Parameters

| Type                                           | Name  | Description |
| ---------------------------------------------- | ----- | ----------- |
| [PropertyValueList](./scene_propertyvaluelist) | value |             |

## Fields

### \_base

```csharp
public PropertyValueList _base
```

Returns

| Type                                           | Description |
| ---------------------------------------------- | ----------- |
| [PropertyValueList](./scene_propertyvaluelist) |             |

## Operators

### implicit operator PropertyValueList(MetadataDefinition)

```csharp
public static implicit operator PropertyValueList(MetadataDefinition v)
```

Parameters

| Type                                             | Name | Description |
| ------------------------------------------------ | ---- | ----------- |
| [MetadataDefinition](./scene_metadatadefinition) | v    |             |

Returns

| Type                                           | Description |
| ---------------------------------------------- | ----------- |
| [PropertyValueList](./scene_propertyvaluelist) |             |

### implicit operator MetadataDefinition(PropertyValueList)

```csharp
public static implicit operator MetadataDefinition(PropertyValueList v)
```

Parameters

| Type                                           | Name | Description |
| ---------------------------------------------- | ---- | ----------- |
| [PropertyValueList](./scene_propertyvaluelist) | v    |             |

Returns

| Type                                             | Description |
| ------------------------------------------------ | ----------- |
| [MetadataDefinition](./scene_metadatadefinition) |             |
