Class ResourceDestroying<TResource>
Namespace: Unity.Reflect.Actors
Syntax
public class ResourceDestroying<TResource>
Type Parameters
| Name | Description |
|---|---|
| TResource |
Constructors
ResourceDestroying(EntryGuid, TResource)
Declaration
public ResourceDestroying(EntryGuid entryId, TResource resource)
Parameters
| Type | Name | Description |
|---|---|---|
| EntryGuid | entryId | |
| TResource | resource |
Fields
EntryId
Declaration
public EntryGuid EntryId
Field Value
| Type | Description |
|---|---|
| EntryGuid |
Resource
Declaration
public TResource Resource
Field Value
| Type | Description |
|---|---|
| TResource |