# InSceneAssetInformation

> Provides information related to an in-scene asset collected during a InSceneAssetUtility.CollectInSceneAssets call.

## Definition

* **Type:** Struct
* **Namespace:** [UnityEditor](/engine/6000.6/script-reference/unityeditor.md)
* **Assembly:** UnityEditor.CoreModule

```csharp
public struct InSceneAssetInformation
```

## Remarks

Additional Resources: [InSceneAssetUtility](/engine/6000.6/script-reference/unityeditor/insceneassetutility.md).

## Properties

| Property                                                                                                        | Description                                              |
| --------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------- |
| [inSceneAsset](/engine/6000.6/script-reference/unityeditor/insceneassetinformation/insceneasset.md)             | The collected in-scene asset.                            |
| [referencingObjects](/engine/6000.6/script-reference/unityeditor/insceneassetinformation/referencingobjects.md) | The objects that reference the collected `inSceneAsset`. |
