Autowire.Attributes.OnReadyAttribute.OnReadyAttribute C# (CSharp) Метод

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

public OnReadyAttribute ( object value = null ) : Godot
value object
Результат Godot
        public OnReadyAttribute(object value = null)
        {
            v = value;
        }