C# (CSharp) FullInspector InspectedType.IsSerializedByUnity - 3 примера найдено. Это лучшие примеры C# (CSharp) кода для FullInspector.InspectedType.IsSerializedByUnity, полученные из open source проектов. Вы можете ставить оценку каждому примеру, чтобы помочь нам улучшить качество примеров.
Returns true if the given type can be serialized by Unity. This function is conservative and may not return true if the type can be serialized by unity. However, it will *not* return true if the type cannot be serialized by unity.