Added not supported types example.

Classes that has no empty parameters are not supported and not shown(activator can not create instances of them).
This commit is contained in:
Textus
2020-08-13 18:10:25 +03:00
parent 04c27fc3d4
commit 1e8f80077f
7 changed files with 70 additions and 5 deletions

View File

@ -0,0 +1,8 @@
using System;
[Serializable]
public struct AnimalStruct : IAnimal
{
public string name;
public void Feed() => throw new NotImplementedException();
}

View File

@ -0,0 +1,11 @@
fileFormatVersion: 2
guid: c25ac56f032882a4b972b608e69230cc
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant: