C# Класс RedBlueGames.NotNull.NotNullViolation

Not null violation represents data for objects that do not have their required (NotNull) fields assigned.
Показать файл Открыть проект

Открытые методы

Метод Описание
NotNullViolation ( FieldInfo fieldInfo, MonoBehaviour sourceMB ) : System

Initializes a new instance of the RedBlueGames.NotNull.NotNullViolation class.

ToString ( ) : string

Returns a System.String that represents the current RedBlueGames.NotNull.NotNullViolation.

Описание методов

NotNullViolation() публичный Метод

Initializes a new instance of the RedBlueGames.NotNull.NotNullViolation class.
public NotNullViolation ( FieldInfo fieldInfo, MonoBehaviour sourceMB ) : System
fieldInfo System.Reflection.FieldInfo Field info that describes the NotNull field.
sourceMB UnityEngine.MonoBehaviour Source MonoBehavior that contains the field.
Результат System

ToString() публичный Метод

Returns a System.String that represents the current RedBlueGames.NotNull.NotNullViolation.
public ToString ( ) : string
Результат string